withInterceptor method
Creates options with the given interceptor.
Implementation
ProgramOptions withInterceptor(ProgramInterceptor interceptor) =>
copyWith(interceptor: interceptor);
Creates options with the given interceptor.
ProgramOptions withInterceptor(ProgramInterceptor interceptor) =>
copyWith(interceptor: interceptor);