removeAllGeolocations static method

Future<void> removeAllGeolocations()

Stops listening to all regions

Implementation

static Future<void> removeAllGeolocations() {
  return _channel.invokeMethod("removeRegions", null);
}