showNotification static method
Shows a notification via "Notification API" of the browser.
Implementation
static Future<void> showNotification(
String title, {
String? dir,
String? body,
String? lang,
String? tag,
String? icon,
}) async {
// No-op.
}