waitForRoomInSync method
Wait for the room to appear in join, leave or invited section of the sync.
Implementation
Future<SyncUpdate> waitForRoomInSync() async {
return await client.waitForRoomInSync(id);
}
Wait for the room to appear in join, leave or invited section of the sync.
Future<SyncUpdate> waitForRoomInSync() async {
return await client.waitForRoomInSync(id);
}