cancel property

Future<void> Function([dynamic]) cancel

Implementation

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

Implementation

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