loadAllPagesAsync property

Future<void> Function() get loadAllPagesAsync

Implementation

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

Implementation

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