withoutCancelSignal method
Creates options with no external cancellation signal.
Implementation
ProgramOptions withoutCancelSignal() =>
_copyClearingNullable(cancelSignal: null);
Creates options with no external cancellation signal.
ProgramOptions withoutCancelSignal() =>
_copyClearingNullable(cancelSignal: null);