Future<void> sync(String path, Uint8List data) async { await room.sendRequest("room.sync", {"path": path}, data: data); }