Notification constructor

Notification(
  1. String title, [
  2. NotificationOptions options
])

Implementation

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