withReplayInputBlocking method

ProgramOptions withReplayInputBlocking(
  1. bool enabled
)

Creates options with replay input blocking enabled/disabled.

Implementation

ProgramOptions withReplayInputBlocking(bool enabled) =>
    copyWith(blockInputWhileReplay: enabled);