OnFailed typedef

OnFailed = void Function(int? stateCode, DioException? error)

Implementation

typedef OnFailed = void Function(int? stateCode, DioException? error);