getNotificationDescription method

Future<String> getNotificationDescription()

Get notification description

Implementation

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