prompt property

Future<void> Function() get prompt

Implementation

_i2.Future<void> Function() get prompt =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'prompt',
          ),
          r'call',
          [this],
        ));
set prompt (Future<void> value())

Implementation

set prompt(_i2.Future<void> Function() value) {
  _i4.setProperty(
    this,
    'prompt',
    _i4.allowInterop(value),
  );
}