OnActionCallback<T> typedef

OnActionCallback<T> = dynamic Function(T action)

Implementation

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