Notification constructor
Notification(
- String title, [
- NotificationOptions options
Implementation
external factory Notification(
String title, [
NotificationOptions options,
]);