unfocus method

void unfocus()

Implementation

void unfocus() {
  webViewController.evaluateJavascript(source: 'editor.blur();');
}