Esp class

Constructors

Esp()

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

connectBluetoothDevice({required EspBluetoothDevice device}) Future<bool>
disconnectBluetoothDevice() Future<bool>
getConnectedBluetoothDevice() Future<EspBluetoothDevice?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
provisionWifiNetwork({required EspWifiNetwork network, String? password}) Future<bool>
scanBluetoothDevices() Future<List<EspBluetoothDevice>>
scanWifiNetworks({required String provisionProof}) Future<List<EspWifiNetwork>>
toString() String
A string representation of this object.
inherited

Operators

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