allMessagesReadForIOS property
所有消息都已读的回调,在调用MessageService.clearAllSessionUnreadCount后触发 仅iOS端有效
Implementation
Stream<void> get allMessagesReadForIOS =>
MessageServicePlatform.instance.allMessagesRead.stream;
所有消息都已读的回调,在调用MessageService.clearAllSessionUnreadCount后触发 仅iOS端有效
Stream<void> get allMessagesReadForIOS =>
MessageServicePlatform.instance.allMessagesRead.stream;