windowBlur static method
void
windowBlur()
Removes focus from the browser window. No-op on non-web.
Implementation
static void windowBlur() => impl.windowBlur();
Removes focus from the browser window. No-op on non-web.
static void windowBlur() => impl.windowBlur();