getCSSAsync property

Future<Object> Function() get getCSSAsync

Implementation

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

Implementation

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