focus function
void
focus()
Moves the focus to the window's browsing context, if any.
Implementation
void focus() {
_i4.callMethod(
_self,
'focus',
[],
);
}
Moves the focus to the window's browsing context, if any.
void focus() {
_i4.callMethod(
_self,
'focus',
[],
);
}