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