getCacheModel method

Future<CacheModel?> getCacheModel()

Returns the current cache model for this WebContext.

Officially Supported Platforms/Implementations:

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

Implementation

Future<CacheModel?> getCacheModel() => platform.getCacheModel();