unreadConversationCount method

Future<int> unreadConversationCount()
inherited

You can check how many unread conversations a user has even if a user dismisses a notification.

You can get the current unread conversation count with this method.

Implementation

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