stopOnTerminate property

bool? stopOnTerminate
getter/setter pair

Controls whether to continue location-tracking after application is terminated.

Defaults to true. When the user terminates the app, the plugin will CoffeeBackgroundGeolocation.stop tracking. Set this to false to continue tracking after application terminate.

Implementation

bool? stopOnTerminate;