syncChannelListNotification property

Stream<List<SyncChannelEvent>> syncChannelListNotification

同步未退出频道列表事件回调 ,在用户登录后sdk会去服务器获取当前还未退出的频道列表 。 注意:登录后第一次注册此回调时,如果sdk已经获取到了相应的频道列表,会立即回调一次(仅此一次)。

Implementation

Stream<List<SyncChannelEvent>> get syncChannelListNotification =>
    _platform.syncChannelListNotification;