withoutInterceptor method
Creates options with interceptor disabled.
Implementation
ProgramOptions withoutInterceptor() =>
_copyClearingNullable(interceptor: null);
Creates options with interceptor disabled.
ProgramOptions withoutInterceptor() =>
_copyClearingNullable(interceptor: null);