readNotification method

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

Implementation

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