getReadNotificationCount method

Future<int?> getReadNotificationCount()

Implementation

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