stopTracking static method

Future<void> stopTracking()

Implementation

static Future<void> stopTracking() {
  return BackgroundTrackerPlatform.instance.stopTracking();
}