withoutSuspendSignal method
Creates options that skip the OS-level suspend signal during SuspendMsg.
Implementation
ProgramOptions withoutSuspendSignal() => copyWith(sendSuspendSignal: false);
Creates options that skip the OS-level suspend signal during SuspendMsg.
ProgramOptions withoutSuspendSignal() => copyWith(sendSuspendSignal: false);