removeUpdates method
Stops positioning.
Implementation
Future<void> removeUpdates() async {
await methodChannel.invokeMethod('removeUpdates');
}
Stops positioning.
Future<void> removeUpdates() async {
await methodChannel.invokeMethod('removeUpdates');
}