load abstract method
Loads the asset of the given URI to the given response.
useCache
- whether to use the cache. If true (default), it will check the cache first, and update the cache if ncessary.
Implementation
Future load(HttpConnect connect, String uri, {bool useCache = true});