focus method

void focus()

Calls Window.focus on this cross-origin window.

Implementation

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