jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
203 stars 120 forks source link

clearCache and clearCookies not work #243

Open kondori-reza1990 opened 1 year ago

kondori-reza1990 commented 1 year ago

Hi. I want to clear cache and cookies when close webPage screen and clear session login, but not work this codes...

await _controller.clearCache(); await _controller.clearCookies(); await _controller.setCacheDisabled(true);

Please help me... Thanks.