clearLocalStorage method

Future<void> clearLocalStorage()

Clears the local storage used by the WebView.

Implementation

Future<void> clearLocalStorage() {
  return platform.clearLocalStorage();
}