getSubscribedTotalUnreadMessageCount property
Gets the subscribed total number of unread message of all GroupChannel
s the current user has joined.
Implementation
static int get getSubscribedTotalUnreadMessageCount {
final result = _instance._chat.subscribedTotalUnreadMessageCount;
sbLog.i(StackTrace.current, 'return: $result');
return result;
}