setNotificationDescription method

Future<bool> setNotificationDescription(
  1. String description
)

Set notification description

Implementation

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