getSubscribedTotalUnreadMessageCount property

int getSubscribedTotalUnreadMessageCount

Gets the subscribed total number of unread message of all GroupChannels the current user has joined.

Implementation

static int get getSubscribedTotalUnreadMessageCount {
  final result = _instance._chat.subscribedTotalUnreadMessageCount;
  sbLog.i(StackTrace.current, 'return: $result');
  return result;
}