isCacheSupportedForNetworkMedia method
Returns true if caching is supported for the mimetype of the network video url.
Implementation
@override
Future<bool> isCacheSupportedForNetworkMedia(String uri) async {
// caching is by default supported by most browsers. It remains a function of the browser, see web README.
return false;
}