TouchRippleAsyncNotifyCallback<T> typedef
TouchRippleAsyncNotifyCallback<T> =
void Function(Future<T> data)
Signature for the function that indicates the start of an asynchronous operation. It includes a parameter to provide the associated Future instance.
Implementation
typedef TouchRippleAsyncNotifyCallback<T> = void Function(Future<T> data);