withoutCatchPanics method
Creates options with panic catching disabled.
Useful for debugging with a debugger.
Implementation
ProgramOptions withoutCatchPanics() => copyWith(catchPanics: false);
Creates options with panic catching disabled.
Useful for debugging with a debugger.
ProgramOptions withoutCatchPanics() => copyWith(catchPanics: false);