withInterceptor method

ProgramOptions withInterceptor(
  1. ProgramInterceptor interceptor
)

Creates options with the given interceptor.

Implementation

ProgramOptions withInterceptor(ProgramInterceptor interceptor) =>
    copyWith(interceptor: interceptor);