PromptCancelledException constructor

const PromptCancelledException([
  1. String message = 'Prompt was cancelled'
])

Implementation

const PromptCancelledException([this.message = 'Prompt was cancelled']);