TouchRippleEventAsyncCallBack<T> typedef

TouchRippleEventAsyncCallBack<T> = Future<T> Function()

The returned value defines a callback function to call when the asynchronous to take is successfully performed.

Implementation

typedef TouchRippleEventAsyncCallBack<T> = Future<T> Function();