OnFail typedef

OnFail = void Function(int code, dynamic message)

失败

Implementation

typedef OnFail = void Function(int code, dynamic message);