getOrigins method
Gets the origins currently using either the Application Cache or Web SQL Database APIs.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebStorage.getOrigins)
Use the PlatformWebStorageManager.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<List<WebStorageOrigin>> getOrigins() => platform.getOrigins();