getUnReadNotificationCount method

Future<int?> getUnReadNotificationCount()

Implementation

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