getNotificationName method
Retrieves the name of the notification.
Implementation
Future<void> getNotificationName() {
throw UnimplementedError(
'getNotificationName() has not been implemented.',
);
}
Retrieves the name of the notification.
Future<void> getNotificationName() {
throw UnimplementedError(
'getNotificationName() has not been implemented.',
);
}