setEffectStyleIdAsync property

Future<void> Function(String) get setEffectStyleIdAsync

Implementation

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

Implementation

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