blur method

void blur()

Calls Window.blur on this cross-origin window.

Implementation

void blur() => _window.blur();