getOrigins method

Future<List<WebStorageOrigin>> getOrigins()

Gets the origins currently using either the Application Cache or Web SQL Database APIs.

Officially Supported Platforms/Implementations:

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

Implementation

Future<List<WebStorageOrigin>> getOrigins() => platform.getOrigins();