UncompressDelegate class abstract

Abstract class representing a delegate for asset decompression.

Implementers

Constructors

UncompressDelegate()
const

Properties

extension String
Gets the file extension associated with the delegate.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uncompress(String compressedFilePath, String assetsDir) Future
uncompress the asset located at compressedFilePath to the specified assetsDir. compressedFilePath -> The path to the compressed asset file. assetsDir -> The directory where the uncompressed asset should be stored. Returns a Future representing the completion of the decompression process.

Operators

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