focusEditor method

void focusEditor()

Implementation

void focusEditor() {
  _controller?.evaluateJavascript(source: 'javascript:RE.focus();');
}