onUnreadCountChange property

Stream<int> onUnreadCountChange

系统消息未读数变化

Implementation

Stream<int> get onUnreadCountChange =>
    SystemMessageServicePlatform.instance.onUnreadCountChange.stream;