getUnreadCount method

Future<int?> getUnreadCount()

Retrieves the unread message count from the native platform.

Implementation

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