import 'download_result.dart'; Future downloadFileFromUrlImpl( String url, { String? fileName, Map? headers, bool openAfterDownload = false, }) async { return DownloadResult.failure('Download is not supported on this platform'); }