unreadNotificationCount method

Future<int> unreadNotificationCount()

Unread notifications, for a badge on the tab.

Implementation

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