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