setCurrentPageAsync property

Future<void> Function(PageNode) get setCurrentPageAsync

Implementation

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

Implementation

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