Dart SDK
dart:html
Notification
Notification
constructor
Notification
Notification
Constants
clickEvent
closeEvent
errorEvent
showEvent
Static properties
supported
Static methods
requestPermission
Properties
body
dir
icon
lang
permission
tag
title
onClick
onClose
onError
onShow
on
Constructors
Notification
Methods
close
addEventListener
removeEventListener
dispatchEvent
Notification
(
String
title
,
{
String
dir
:
null
,
String
body
:
null
,
String
lang
:
null
,
String
tag
:
null
,
String
icon
:
null
}
)
(Not documented.)