throwIfAborted property

void Function() get throwIfAborted

Implementation

void Function() get throwIfAborted => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'throwIfAborted',
      ),
      r'call',
      [this],
    );
set throwIfAborted (void value())

Implementation

set throwIfAborted(void Function() value) {
  _i4.setProperty(
    this,
    'throwIfAborted',
    _i4.allowInterop(value),
  );
}