stopBackgroundTracking static method
Stop background tracking.
Implementation
static Future<void> stopBackgroundTracking() async {
await SmartLocationImpl().stopBackgroundTracking();
}
Stop background tracking.
static Future<void> stopBackgroundTracking() async {
await SmartLocationImpl().stopBackgroundTracking();
}