SuccessCallBack<T> typedef

SuccessCallBack<T> = FutureOr<T> Function(T)

Implementation

typedef SuccessCallBack<T> = FutureOr<T> Function(T);