OnActionCallback<T> typedef

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

Implementation

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