readNotificationCount method

Future<int?> readNotificationCount()

Implementation

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