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