BgGeolocationController constructor Null safety

BgGeolocationController(
  1. {Config? config,
  2. bool debug = false}
)

Bg Geolocation controller

Implementation

BgGeolocationController({Config? config, bool debug = false})
    : config = config ?? BgGeolocationConfig.defaultConfig {
  this.config.debug = debug;
}