MqttCancellableAsyncSleep class
Cancellable asynchronous sleep support class
Constructors
- MqttCancellableAsyncSleep(int _timeout)
- Timeout value in milliseconds
Properties
Methods
-
cancel(
) → void - Cancel the timer
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sleep(
) → Future< void> - Start the timer
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited