unReadNotification method

Future<String?> unReadNotification(
  1. String param
)

Implementation

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