Future<List<int>> downloadFile(String path) async { _debugLog('Downloading file from: $path'); return await _provider.downloadFile(path); }