LocalDataContainer class abstract

internal abstraction over file system storage for web.

Implementers

Constructors

LocalDataContainer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete() FutureOr<bool>
exists() FutureOr<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() FutureOr<String?>
toString() String
A string representation of this object.
inherited
write(String objEncoding) FutureOr<void>

Operators

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

Static Methods

create(DocumentType documentType, String fileName, [LocalDataContainerDi? localDataContainerDi]) Future<LocalDataContainer>
fileName is expected to already contain the path joined into a string.