applicationCache property
The application cache for this window.
Other resources
- A beginner's guide to using the application cache from HTML5Rocks.
- Application cache API from WHATWG.
Implementation
late final ApplicationCache? applicationCache = ApplicationCache.internal();