addInterceptor method
Add an interceptor to the pipeline. Runs in order of addition.
Implementation
void addInterceptor(PlexInterceptor interceptor) => _interceptors.add(interceptor);
Add an interceptor to the pipeline. Runs in order of addition.
void addInterceptor(PlexInterceptor interceptor) => _interceptors.add(interceptor);