getCameraBuffer method
Implementation
ArrayBuffer getCameraBuffer(num width, num height) {
final result = $$context$$.callMethod('getCameraBuffer', [width, height]);
return ArrayBuffer($$context$$: result);
}
ArrayBuffer getCameraBuffer(num width, num height) {
final result = $$context$$.callMethod('getCameraBuffer', [width, height]);
return ArrayBuffer($$context$$: result);
}