withReplay method
Creates options with a replay source.
Implementation
ProgramOptions withReplay(ProgramReplay replay) => copyWith(replay: replay);
Creates options with a replay source.
ProgramOptions withReplay(ProgramReplay replay) => copyWith(replay: replay);