clearFocus method

void clearFocus()

Clears the focus from the webview

Implementation

void clearFocus() =>
    evaluateJavascript(data: {'type': 'toIframe: clearFocus'});