OnFailed typedef

OnFailed = void Function(int code, String? msg)

Implementation

typedef OnFailed = void Function(int code, String? msg);