prompt method

Implementation

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