UnaryFunction<T> typedef

UnaryFunction<T> = dynamic Function(T argument)

A function that can be throttled or debounced.

Implementation

typedef UnaryFunction<T> = Function(T argument);