toggleFullscreen static method

bool toggleFullscreen(
  1. 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;