addInterceptor method

void addInterceptor(
  1. Interceptor interceptor
)

Implementation

void addInterceptor(Interceptor interceptor) {
  _interceptors.add(interceptor);
}