getUnreadMessageCountExceptMutedChat method

Future<int?> getUnreadMessageCountExceptMutedChat()

This method is used to get the unread message count except muted chat.

Implementation

Future<int?> getUnreadMessageCountExceptMutedChat() {
  throw UnimplementedError('has not been implemented.');
}