Remove a geofence by ID
static Future<void> removeGeofence(String geofenceId) { return BackgroundTrackerPlatform.instance.removeGeofence(geofenceId); }