allMessagesReadForIOS property

Stream<void> allMessagesReadForIOS

所有消息都已读的回调,在调用MessageService.clearAllSessionUnreadCount后触发 仅iOS端有效

Implementation

Stream<void> get allMessagesReadForIOS =>
    MessageServicePlatform.instance.allMessagesRead.stream;