NetInfoModule class

Inheritance

Constructors

NetInfoModule(EngineContext context)

Properties

context EngineContext
finalinherited
extraFuncMap Map<String, Function>
no setteroverride
funcMap Map<String, Function>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
moduleName String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscription StreamSubscription?
getter/setter pair

Methods

addListener(String name, JSPromise promise) → void
inherited
destroy() → void
override
getCurrentConnectivity(JSPromise promise) bool
handleAddListener(String name) → void
override
handleRemoveListener(String name) → void
override
initialize() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerReceiver() → void
removeListener(String name, JSPromise promise) → void
inherited
toString() String
A string representation of this object.
inherited
unregisterReceiver() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited