getUnReadNotificationCount method

Future<String?> getUnReadNotificationCount()

Implementation

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