prompt function

String? prompt([
  1. String? message,
  2. String? default$
])

Implementation

_i2.String? prompt([
  _i2.String? message,
  _i2.String? default$,
]) =>
    _i4.callMethod(
      _self,
      'prompt',
      [
        message ?? _i6.undefined,
        default$ ?? _i6.undefined,
      ],
    );