flush property

FutureOr<void> Function() flush

Implementation

_i4.FutureOr<void> Function() get flush => () => _i5.callMethod(
      _i5.getProperty(
        this,
        'flush',
      ),
      r'call',
      [this],
    );
void flush=(FutureOr<void> value())

Implementation

set flush(_i4.FutureOr<void> Function() value) {
  _i5.setProperty(
    this,
    'flush',
    _i5.allowInterop(() => _i6.Promise.futureOr(() => value())),
  );
}