We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently I'm migrating the code to use web package. I have video element.
final videoElement = web.HTMLVideoElement();
requestFullscreen and enterFullscreen methods are not available on HTMLVideoElement
videoElement.requestFullscreen(); videoElement.enterFullscreen();