copyUrlToLocalStorage method
Downloads the file at url to targetName on the local file system.
Implementation
@override
Future<void> copyUrlToLocalStorage(String url, String targetName) =>
Future.error(_unsupportedError('copyUrlToLocalStorage'));