Future<dynamic> removeSingleGeofence({required String id,}) { return FlutterGeofencingPlatform.instance.removeSingleGeofence(id: id,); }