AppDirService class abstract

AppDirService is an abstract base class that provides a contract for all application directory services.

It is used to determine the directory where the application should store its files.

This class is intended to be extended by concrete implementations that provide specific ways to determine the application directory based on the platform or other criteria.

Implementers

Constructors

AppDirService()

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.
toString() String
A string representation of this object.
inherited

Operators

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