Future<String> downloadUrl(String path) async { final response = (await room.sendRequest("storage.download_url", {"path": path}) as JsonResponse).json; return response["url"]; }