waitForSync property

  1. @Deprecated('Use waitForRoomInSync() instead')
Future<SyncUpdate> waitForSync

Implementation

@Deprecated('Use waitForRoomInSync() instead')
Future<SyncUpdate> get waitForSync => waitForRoomInSync();