copyUrlToLocalStorage method

  1. @override
Future<void> copyUrlToLocalStorage(
  1. String url,
  2. String targetName
)
override

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'));