MacOsAppDirService class

Implementation of AppDirService for macOS.

This implementation uses the getApplicationDocumentsDirectory function. On macOS applications are sandboxed and the app directory is already unique to the app.

Implemented types

Constructors

MacOsAppDirService()

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