stopLocationService static method

Future stopLocationService()

Stop receiving location updates

Implementation

static Future<dynamic> stopLocationService() async {
  return await _channel.invokeMethod('stop_location_service');
}