getDownloadsDirectory method
Implementation
@override
Future<String?> getDownloadsDirectory() async {
// Web downloads - uses browser's download mechanism
// This is a virtual path; actual downloads go through browser API
return '$_webStorageBasePath/downloads';
}