showNotification method

Future<void> showNotification(
  1. String title, [
  2. NotificationOptions? options
])

Implementation

Future<void> showNotification(String title, [NotificationOptions? options]) =>
    js_util.promiseToFuture(
        js_util.callMethod(this, 'showNotification', [title, options]));