loadAsync property

Future<void> Function() get loadAsync

Implementation

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

Implementation

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