renderVideo method

void renderVideo()

Implementation

void renderVideo() {
  _textureBox = TextureBox(textureId: 0);
  if (childNodes.isEmpty) {
    addChild(_textureBox!);
  }
}