requestEnterFullscreen method
Requests the WebView to enter fullscreen mode. This dispatches a fullscreen request to the WPE backend.
Officially Supported Platforms/Implementations:
- Linux WPE WebKit
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<void> requestEnterFullscreen() => platform.requestEnterFullscreen();