stopLocationUpdates method

Future<void> stopLocationUpdates()

Implementation

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