clearLocalStorage method

Future<void> clearLocalStorage()
inherited

Clears the local storage used by the WebView.

Implementation

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