getMainComponentAsync property

Future<ComponentNode?> Function() get getMainComponentAsync

Implementation

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

Implementation

set getMainComponentAsync(_i2.Future<_i3.ComponentNode?> Function() value) {
  _i5.setProperty(
    this,
    'getMainComponentAsync',
    _i5.allowInterop(value),
  );
}