@override Future<void> removeGeofence(String geofenceId) async { await methodChannel.invokeMethod('removeGeofence', geofenceId); }