getSubscribedCustomTypeTotalUnreadMessageCount property

int getSubscribedCustomTypeTotalUnreadMessageCount

Gets the total number of unread message of GroupChannels with subscribed custom types.

Implementation

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