unReadNotificationCount method

Future<int?> unReadNotificationCount()

Implementation

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