toggleFullscreen static method
- bool enable
Toggles browser's fullscreen to enable
, and returns the resulting
fullscreen state.
Always returns false
if fullscreen is not supported.
Implementation
static bool toggleFullscreen(bool enable) => false;