prompt abstract method

String prompt(
  1. String message, {
  2. dynamic defaultValue,
  3. bool hidden = false,
})

Prompts user for a text input with message and optional defaultValue.

Implementation

String prompt(String message, {dynamic defaultValue, bool hidden = false});