transferControlToOffscreen property

OffscreenCanvas Function() transferControlToOffscreen

Implementation

_i3.OffscreenCanvas Function() get transferControlToOffscreen =>
    () => _i4.callMethod(
          _i4.getProperty(
            this,
            'transferControlToOffscreen',
          ),
          r'call',
          [this],
        );
void transferControlToOffscreen=(OffscreenCanvas value())

Implementation

set transferControlToOffscreen(_i3.OffscreenCanvas Function() value) {
  _i4.setProperty(
    this,
    'transferControlToOffscreen',
    _i4.allowInterop(value),
  );
}