Dart API Reference
dart:html
NetworkInformation
NetworkInformation
class
Annotated by:
DocsEditable()
DomName('NetworkInformation')
Experimental()
Extends:
EventTarget
Object
Instance Properties
type
String
read-only
on
Events
Inherited
read-only
Instance Methods
addEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
removeEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
dispatchEvent
Inherited
(
Event
event
) →
bool