PromptAbortedException constructor
const
PromptAbortedException({
- required PromptExitTrigger trigger,
- KeyEvent? event,
- String message = 'Prompt runner aborted.',
Creates a new PromptAbortedException.
Implementation
const PromptAbortedException({
required this.trigger,
this.event,
this.message = 'Prompt runner aborted.',
});