withoutReplay method

ProgramOptions withoutReplay()

Creates options with replay disabled.

Implementation

ProgramOptions withoutReplay() => _copyClearingNullable(replay: null);