|
|
|
@ -14,6 +14,7 @@ class PathProviderAurora extends PathProviderPlatform {
|
|
|
|
|
/// Path to a directory where the application may place application support files. |
|
|
|
|
@override |
|
|
|
|
Future<String?> getApplicationSupportPath() async { |
|
|
|
|
// QStandardPaths::AppDataLocation |
|
|
|
|
return xdga_directories.getAppDataLocation(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|