firstUnread property

  1. @override
Rx<ChatItem>? get firstUnread
override

Returns the first ChatItem unread by the currently authenticated MyUser in this chat.

Implementation

@override
Rx<ChatItem>? get firstUnread => null;