FlutterIotWifi class

Constructors

FlutterIotWifi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

connect(String ssid, String password, {bool prefix = false}) Future<bool?>
current() Future<String?>
disconnect() Future<bool?>
list() Future<List<String>>
openSettings() Future
scan() Future<bool?>
subscribe(Future handler(MethodCall call)?) → void