TouchRippleAsyncResultCallback<T> typedef

TouchRippleAsyncResultCallback<T> = void Function(T result)

Signature for the function that takes a parameter of type T that represents the result of an asynchronous operation, passed to the function when the operation is completed.

Implementation

typedef TouchRippleAsyncResultCallback<T> = void Function(T result);