AtomicFunctionController class

Constructors

AtomicFunctionController.new({Duration debounceDelay = const Duration(milliseconds: 500), Duration throttleDuration = const Duration(seconds: 1)})

Properties

debounceDelay Duration
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throttleDuration Duration
final

Methods

cancel() → void
debounce(VoidCallback callback) → void
debounceWithThrottle(VoidCallback callback) → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
throttle(VoidCallback callback) → void
toString() String
A string representation of this object.
inherited

Operators

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