getSubscribedCustomTypeTotalUnreadMessageCount property
Gets the total number of unread message of GroupChannel
s with subscribed custom types.
Implementation
static int get getSubscribedCustomTypeTotalUnreadMessageCount {
final result = _instance._chat.subscribedCustomTypeTotalUnreadMessageCount;
sbLog.i(StackTrace.current, 'return: $result');
return result;
}