getApplicationSupportDirectory method
Implementation
@override
Future<String?> getApplicationSupportDirectory() async {
// Web application support - maps to IndexedDB
// Persistent storage for app data
return '$_webStorageBasePath/app_support';
}