addInterceptor method

void addInterceptor(
  1. PlexInterceptor interceptor
)

Add an interceptor to the pipeline. Runs in order of addition.

Implementation

void addInterceptor(PlexInterceptor interceptor) => _interceptors.add(interceptor);