withReplayInputBlocking method
Creates options with replay input blocking enabled/disabled.
Implementation
ProgramOptions withReplayInputBlocking(bool enabled) =>
copyWith(blockInputWhileReplay: enabled);
Creates options with replay input blocking enabled/disabled.
ProgramOptions withReplayInputBlocking(bool enabled) =>
copyWith(blockInputWhileReplay: enabled);