getCacheModel method
Returns the current cache model for this WebContext.
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - webkit_web_context_get_cache_model)
Use the PlatformWebViewEnvironment.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<CacheModel?> getCacheModel() => platform.getCacheModel();