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