stopLocationUpdates method
Stops background location uploads started by startLocationUpdates.
Implementation
Future<void> stopLocationUpdates() async {
await _channel.invokeMethod('stopLocationUpdates');
}
Stops background location uploads started by startLocationUpdates.
Future<void> stopLocationUpdates() async {
await _channel.invokeMethod('stopLocationUpdates');
}