WifiInfo class

Constructors

WifiInfo()
WifiInfo.withMap(Map? nativeInfo)

Properties

bssid String?
no setter
channel String?
Android only
no setter
frequency String?
Android only
no setter
hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
iOS and Android IPV4 address for connected device
no setter
isHiddenSSID String?
iOS and Android
no setter
linkSpeed String?
Android only
no setter
macAddress String?
no setter
networkId String?
Android only
no setter
routerIp String?
Android only IPV4 address for router of the connected device
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signalStrength String?
Android only
no setter
ssid String?
Network name
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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