menu
firebase_chat_services package
documentation
modals/chat_list_modal.dart
ChatListModal
getUnreadCount method
getUnreadCount method
dark_mode
light_mode
getUnreadCount
method
dynamic
getUnreadCount
(
String
userId
)
Implementation
getUnreadCount(String userId){ return fullData['unreadCount_$userId']; }
firebase_chat_services package
documentation
modals/chat_list_modal
ChatListModal
getUnreadCount method
ChatListModal class