Failure<T> typedef

Failure<T> = void Function(dynamic data)

失败回调

Implementation

typedef Failure<T> = void Function(dynamic data);