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