isInFullscreen method
Returns true
if the WebView
is in fullscreen mode, otherwise false
.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
Implementation
Future<bool> isInFullscreen() => platform.isInFullscreen();