HydratedStorageDirectory class
A platform-agnostic storage directory representation.
Constructors
- HydratedStorageDirectory.new(String path)
-
A platform-agnostic storage directory representation.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- web → const HydratedStorageDirectory
- Sentinel directory used to determine that web storage should be used when initializing HydratedStorage.