removeUpdates method

Future<void> removeUpdates()

Stops positioning.

Implementation

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