prompt method

Future<void> prompt()

Implementation

Future<void> prompt() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'prompt', []));