clearLocalStorage method
Clears the local storage used by the WebView.
Implementation
Future<void> clearLocalStorage() {
return platform.clearLocalStorage();
}
Clears the local storage used by the WebView.
Future<void> clearLocalStorage() {
return platform.clearLocalStorage();
}