OnRequestStart typedef

OnRequestStart = void Function(Dio dio)

发起请求前做的一些事

Implementation

typedef OnRequestStart = void Function(Dio dio);