getReadNotificationCount method

Future<String?> getReadNotificationCount()

Implementation

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