subscribedCustomTypeUnreadMessageCount method Null safety

int? subscribedCustomTypeUnreadMessageCount(
  1. String customType
)

Returns total unread messgea count for given custom type

Implementation

int? subscribedCustomTypeUnreadMessageCount(String customType) {
  return _int.state.unreadCountInfo.customTypes[customType];
}