stopLocationUpdates method

Future<void> stopLocationUpdates()

Stops background location uploads started by startLocationUpdates.

Implementation

Future<void> stopLocationUpdates() async {
  await _channel.invokeMethod('stopLocationUpdates');
}