Provisioner class

Provisioner

Constructors

Provisioner.espTouch()
Provisioner with EspTouch protocol
factory
Provisioner.espTouchV2()
Provisioner with EspTouchV2 protocol
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
running bool
Provisioner running indicator
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

listen(void onData(ProvisioningResponse)?, {Function? onError, void onDone()?}) StreamSubscription<ProvisioningResponse>
Subscribe to provisioner events stream
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(ProvisioningRequest request) Future<void>
Start provisioning using request
stop() → void
Stop provisioning that is previously started with start method
toString() String
A string representation of this object.
inherited

Operators

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