clearFocus method

void clearFocus()

Implementation

void clearFocus() {
  _controller?.evaluateJavascript(source: 'javascript:RE.blurFocus();');
}