getApplicationDocumentsDirectory method
Implementation
@override
Future<String?> getApplicationDocumentsDirectory() async {
// Web documents directory - maps to IndexedDB
// Persistent storage for user documents
return '$_webStorageBasePath/documents';
}