prompt abstract method

void prompt([
  1. T? value
])

Opens the editor with an optional initial value.

Implementation

void prompt([T? value]);