addInterceptor static method
Adds an interceptor to the client.
Implementation
static void addInterceptor(Interceptor interceptor) {
_client.addInterceptor(interceptor);
}
Adds an interceptor to the client.
static void addInterceptor(Interceptor interceptor) {
_client.addInterceptor(interceptor);
}