waitForRoomInSync method

Future<SyncUpdate> waitForRoomInSync()

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);
}