prompt method

String? prompt([
  1. String? message = '',
  2. String? mDefault = ''
])

Implementation

String? prompt([String? message = '', String? mDefault = '']) =>
    js_util.callMethod(this, 'prompt', [message, mDefault]);