stopLocationUpdates static method

Future<void> stopLocationUpdates()

Stop collecting location data.

Implementation

static Future<void> stopLocationUpdates() {
  return MBAudienceFlutterPlugin.stopLocationUpdates();
}