addInterceptor static method

void addInterceptor(
  1. InterceptorsWrapper interceptor
)

Implementation

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