BgGeolocationController constructor Null safety
Bg Geolocation controller
Implementation
BgGeolocationController({Config? config, bool debug = false})
: config = config ?? BgGeolocationConfig.defaultConfig {
this.config.debug = debug;
}
Bg Geolocation controller
BgGeolocationController({Config? config, bool debug = false})
: config = config ?? BgGeolocationConfig.defaultConfig {
this.config.debug = debug;
}