EspTouchFlutterPlugin class

Constructors

EspTouchFlutterPlugin()

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 Properties

onSendFinished Stream<List<EspTouchResult>>
no setter
onSending Stream<EspTouchResult>
no setter
platformVersion Future<String?>
no setter

Static Methods

cancel() Future<bool>
send(String password, {int? count = -1, bool isBroadcast = true}) Future<String>
The EsptouchTask automatic termination when connected esp devices total equal count value. The count default value is -1, This will have no quantity limit to connect wifi esp devices. You can send password by specify EsptouchTask with Broadcast or MulitCast. Broadcast when isBroadcast value is true MulitCast when isBroadcast value is false