unFocus method

dynamic unFocus()

Remove focus from the editor and close the keyboard

Implementation

unFocus() async {
  await executeJavascript("blurFocus();");
}