getNotificationText method

Future<String?> getNotificationText()

Implementation

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