WifiConfiguration class

Constructors

WifiConfiguration()

Properties

hashCode int
The hash code for this object.
no setterinherited
platformVersion Future<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkConnection() Future<bool>
connectedToWifi() Future<WifiConnectionObject>
connectToWifi(String ssid, String password, String packageName) Future<WifiConnectionStatus>
disableWifi() Future<void>
enableWifi() Future<void>
enableWifiWithAlarm() Future<bool>
getConnectionType() Future<ConnectionType>
getWifiList() Future<List>
isConnectedToWifi(String ssid) Future<bool>
isConnectionFast() Future<bool>
isWifiEnabled() Future<bool>
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