Future<void> delete(String path, {bool? recursive = false}) async { (await room.sendRequest("storage.delete", {"path": path, "recursive": recursive}) as JsonResponse); }