readNotification method

void readNotification(
  1. dynamic content
)

Implementation

void readNotification(content) {
  throw UnimplementedError('readNotification() has not been implemented');
}