SuccessCallback<S> typedef

SuccessCallback<S> = void Function(S data)

成功回调

Implementation

typedef SuccessCallback<S> = void Function(S data);