deleteGeofence static method

Future<void> deleteGeofence(
  1. String id
)

Implementation

static Future<void> deleteGeofence(String id) async {
  _channel.invokeMethod('deleteGeofence', {'geofenceId': id});
}