AssetsCrossFileManager class

Or we can implement same manager to singleton. The file manager for load data from local assets. Variant 2 (class).

Constructors

AssetsCrossFileManager()
factory

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

exists(String path) Future<bool>
\see CrossFileManager.exists
loadFile(String path) Future<File?>
\see CrossFileManager.loadFile
loadImageUi(String path) Future<Image?>
\see CrossFileManager.loadImageUi
loadString(String path) Future<String?>
\see CrossFileManager.loadString
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

Static Properties

crossFileManager Future<CrossFileManager>
final