unreadCount property

  1. @override
RxInt get unreadCount
override

Count of ChatItems unread by the authenticated MyUser in this RxChat.

Implementation

@override
RxInt get unreadCount => RxInt(0);