deleteAllData method

Future<void> deleteAllData()

Clears all storage currently being used by the JavaScript storage APIs. This includes the Application Cache, Web SQL Database and the HTML5 Web Storage APIs.

Officially Supported Platforms/Implementations:

Use the PlatformWebStorageManager.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<void> deleteAllData() => platform.deleteAllData();