CachedImageBase64Manager class
- Implemented types
Constructors
- CachedImageBase64Manager(CacheManager _cacheManager)
- CachedImageBase64Manager.instance()
-
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
-
cacheBase64(
String key, String base64, {Duration maxAge = const Duration(days: 30), String fileExtension = 'jpg'}) → Future< File> -
override
-
cacheBytes(
String key, Uint8List bytes, {Duration maxAge = const Duration(days: 30), String fileExtension = 'jpg'}) → Future< File> -
override
-
cacheFile(
String key) → Future< File?> -
override
-
clearCache(
) → Future< void> -
override
-
dispose(
) → Future< void> -
override
-
isExists(
String key) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFile(
String key) → Future< bool> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited