transferToImageBitmap property
ImageBitmap Function()
get
transferToImageBitmap
Implementation
_i3.ImageBitmap Function() get transferToImageBitmap => () => _i4.callMethod(
_i4.getProperty(
this,
'transferToImageBitmap',
),
r'call',
[this],
);
set
transferToImageBitmap
(ImageBitmap value())
Implementation
set transferToImageBitmap(_i3.ImageBitmap Function() value) {
_i4.setProperty(
this,
'transferToImageBitmap',
_i4.allowInterop(value),
);
}