clearCache method
dynamic
clearCache()
Clear caches and cookies of the webview
Implementation
clearCache() {
_controller?.clearCache();
var webViewCookie = WebViewCookieManager();
webViewCookie.clearCookies();
_controller?.reload();
hideWallet();
}