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() {
throw UnimplementedError(
'getOrigins is not implemented on the current platform');
}