@override Future<void> addGeofence(Geofence geofence) async { await methodChannel.invokeMethod('addGeofence', geofence.toJson()); }