focus method
void
focus()
inherited
Moves the focus to the element. https://html.spec.whatwg.org/multipage/interaction.html#dom-focus
Implementation
void focus() {
// TODO
}
Moves the focus to the element. https://html.spec.whatwg.org/multipage/interaction.html#dom-focus
void focus() {
// TODO
}