LDConfigBuilder constructor Null safety

LDConfigBuilder(
  1. String _mobileKey
)

Create a new LDConfigBuilder for the given mobile key.

Implementation

LDConfigBuilder(this._mobileKey);