Notification constructor
Notification(
- String title, [
- NotificationOptions? options
Implementation
factory Notification(String title, [NotificationOptions? options]) =>
Notification._(title, options ?? undefined);