addInterceptor static method

void addInterceptor(
  1. Interceptor interceptor
)

Implementation

static void addInterceptor(Interceptor interceptor) {
  AnHttp.instance.dio().interceptors.add(interceptor);
}