LinuxAppDirService class

The AppDirService implementation for Linux.

This implementation uses the ~/.config directory.

Inheritance

Constructors

LinuxAppDirService()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveApplicationDirectory() Future<Directory>
Returns a Future that resolves to a Directory object representing the directory where the application should store its files.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited