addInterceptor static method
Implementation
static void addInterceptor(InterceptorsWrapper interceptor) {
_dio?.interceptors.insert(0, interceptor);
}
static void addInterceptor(InterceptorsWrapper interceptor) {
_dio?.interceptors.insert(0, interceptor);
}