Debouncer class

this class is an implementenacion of a debounce functionallity

Constructors

Debouncer(Duration delay)

Properties

delay Duration
delay for a schedule task
final
hashCode int
The hash code for this object.
no setterinherited
isRunning bool
Notifies if the delayed call is active.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(void action()) → void
cancel() → void
Cancel the current delayed call.
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