PhotoCachingManager class

Cached thumbnails for album management.

Constructors

PhotoCachingManager()
Singleton.
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

cancelCacheRequest() Future<void>
Cancel all cache request.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestCacheAssets({required List<AssetEntity> assets, ThumbOption option = defaultOption}) Future<void>
requestCacheAssetsWithIds({required List<String> assetIds, ThumbOption option = defaultOption}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

defaultOption → const ThumbOption