call method

void call(
  1. VideoFrame output
)

Implementation

void call(_i3.VideoFrame output) {
  _i4.callMethod(
    this,
    'call',
    [
      this,
      output,
    ],
  );
}