output property

Implementation

VideoFrameOutputCallback get output => js_util.getProperty(this, 'output');
void output=(VideoFrameOutputCallback newValue)

Implementation

set output(VideoFrameOutputCallback newValue) {
  js_util.setProperty(this, 'output', newValue);
}