TouchRippleAsyncCallback<T> typedef
TouchRippleAsyncCallback<T> =
Future<T> Function()
Signature for the function that returns a Future of type T
that represents the data type returned asynchronously.
Implementation
typedef TouchRippleAsyncCallback<T> = Future<T> Function();