stopUpdatingLocation static method

void stopUpdatingLocation()

Stop updating location.

Implementation

static void stopUpdatingLocation() {
  _channel.invokeMethod("stopUpdatingLocation");
  _onLocationChangeSubscription.cancel();
}