windowFocus static method

void windowFocus()

Brings the browser window to the foreground. No-op on non-web.

Implementation

static void windowFocus() => impl.windowFocus();