waitUntil property

void Function(Future) get waitUntil

Implementation

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

Implementation

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