prompt abstract method
void
prompt([
- T? value
Opens the editor with an optional initial value.
Implementation
void prompt([T? value]);
Opens the editor with an optional initial value.
void prompt([T? value]);