getNotificationName method

Future<void> getNotificationName()

Retrieves the name of the notification.

Implementation

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