WindowsAppDirService class

Implementation of AppDirService for Windows.

This implementation uses the getApplicationDocumentsDirectory function and creates a subdirectory for the app based on config.kAppName.

Implemented types

Constructors

WindowsAppDirService()

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