clearLocalStorage method

Future<void> clearLocalStorage()

Clears the local storage used by the WebView.

Implementation

Future<void> clearLocalStorage() {
  throw UnimplementedError(
      'clearLocalStorage is not implemented on the current platform');
}