TOnFail typedef

TOnFail = void Function(int code, dynamic message)

失败

Implementation

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