removeAllGeolocations static method
Stops listening to all regions
Implementation
static Future<void> removeAllGeolocations() {
return _channel.invokeMethod("removeRegions", null);
}
Stops listening to all regions
static Future<void> removeAllGeolocations() {
return _channel.invokeMethod("removeRegions", null);
}