FunctionProxy class
Constructors
- FunctionProxy(Function? target, {int timeout = 0})
- FunctionProxy.debounce(Function target, {String? key, int timeout = 500})
-
factory
- FunctionProxy.throttle(Function target, {String? key, int timeout = 500})
-
factory
Properties
Methods
-
debounce(
{String? uniqueKey}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
throttle(
{String? uniqueKey}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited