GeoBgConfig constructor

GeoBgConfig({
  1. required String serverURL,
  2. bool startOnBoot = false,
  3. bool cached = false,
  4. bool stopOnTerminate = false,
})

Implementation

GeoBgConfig(
    {required this.serverURL,
    this.startOnBoot = false,
    this.cached = false,
    this.stopOnTerminate = false});