stopLocationService static method
Stop receiving location updates
Implementation
static Future<dynamic> stopLocationService() async {
return await _channel.invokeMethod('stop_location_service');
}
Stop receiving location updates
static Future<dynamic> stopLocationService() async {
return await _channel.invokeMethod('stop_location_service');
}