subscribedCustomTypeUnreadMessageCount method Null safety
- String customType
Returns total unread messgea count for given custom type
Implementation
int? subscribedCustomTypeUnreadMessageCount(String customType) {
return _int.state.unreadCountInfo.customTypes[customType];
}