setStrokeStyleIdAsync property

Future<void> Function(String) get setStrokeStyleIdAsync

Implementation

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

Implementation

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