stopBackgroundTracking static method

Future<void> stopBackgroundTracking()

Stop background tracking.

Implementation

static Future<void> stopBackgroundTracking() async {
  await SmartLocationImpl().stopBackgroundTracking();
}