abort property

Future<void> Function() get abort

Implementation

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

Implementation

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