onConversationReadTimeUpdated property

  1. @HawkApi(ignore: true)
Stream<ReadTimeUpdateResult> onConversationReadTimeUpdated

账号多端登录会话已读时间戳标记通知 账号A登录设备D1, D2, D1会话已读时间戳标记,同步到D2成

Implementation

@HawkApi(ignore: true)
Stream<ReadTimeUpdateResult> get onConversationReadTimeUpdated =>
    _platform.onConversationReadTimeUpdated;