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