NotificationException constructor
const
NotificationException(
- String message
Creates a NotificationException with the given message.
Implementation
const NotificationException(this.message);
Creates a NotificationException with the given message.
const NotificationException(this.message);