getOrigins method
Gets the origins currently using either the Application Cache or Web SQL Database APIs.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebStorage.getOrigins)
Implementation
Future<List<WebStorageOrigin>> getOrigins() => platform.getOrigins();