stopLocationService static method

dynamic stopLocationService()

Stop receiving location updates

Implementation

static stopLocationService() async {
  return await _channel.invokeMethod('stop_location_service');
}