prompt method

String prompt(
  1. String text
)

An interactive prompt asking the user to confirm or approve.

Implementation

String prompt(String text) => text;