importComponentByKeyAsync property

Future<ComponentNode> Function(String) get importComponentByKeyAsync

Implementation

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

Implementation

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