trackingMode property
Whether the plugin is in the location-tracking mode (BackgroundGeolocation.start or geofences-only mode (BackgroundGeolocation.startGeofences).
1
= Location + Geofence tracking (ie: BackgroundGeolocation.start).0
= Geofences-only tracking (ie: BackgroundGeolocation.startGeofences).
Implementation
late int trackingMode;