StoreManagement class

Manages a StoreDirectory's representation on the filesystem, such as creation and deletion

Properties

hashCode int
The hash code for this object.
no setterinherited
ready bool
Check whether this store is ready for use
no setter
readyAsync Future<bool>
'readyAsync' is deprecated and shouldn't be used. Prefer ready. This redirect will be removed in a future update.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create() → void
Create this store synchronously
createAsync() Future<void>
Create this store asynchronously
delete() Future<void>
Delete this store
deleteAsync() Future<void>
'deleteAsync' is deprecated and shouldn't be used. Prefer delete. This redirect will be removed in a future update.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rename(String newStoreName) Future<StoreDirectory>
Rename the store directory asynchronously
renameAsync(String storeName) Future<StoreDirectory?>
'renameAsync' is deprecated and shouldn't be used. Prefer rename. This redirect will be removed in a future update.
reset() → void
Removes all tiles from this store asynchronously
resetAsync() Future<void>
Removes all tiles from this store synchronously
tileImage({double? size, Key? key, double scale = 1.0, Widget frameBuilder(BuildContext, Widget, int?, bool)?, Widget errorBuilder(BuildContext, Object, StackTrace?)?, String? semanticLabel, bool excludeFromSemantics = false, Color? color, Animation<double>? opacity, BlendMode? colorBlendMode, BoxFit? fit, AlignmentGeometry alignment = Alignment.center, ImageRepeat repeat = ImageRepeat.noRepeat, Rect? centerSlice, bool matchTextDirection = false, bool gaplessPlayback = false, bool isAntiAlias = false, FilterQuality filterQuality = FilterQuality.low, int? cacheWidth, int? cacheHeight}) Image?
Retrieves the most recently modified tile from the store, extracts it's bytes, and renders them to an Image
tileImageAsync({double? size, Key? key, double scale = 1.0, Widget frameBuilder(BuildContext, Widget, int?, bool)?, Widget errorBuilder(BuildContext, Object, StackTrace?)?, String? semanticLabel, bool excludeFromSemantics = false, Color? color, Animation<double>? opacity, BlendMode? colorBlendMode, BoxFit? fit, AlignmentGeometry alignment = Alignment.center, ImageRepeat repeat = ImageRepeat.noRepeat, Rect? centerSlice, bool matchTextDirection = false, bool gaplessPlayback = false, bool isAntiAlias = false, FilterQuality filterQuality = FilterQuality.low, int? cacheWidth, int? cacheHeight}) Future<Image?>
Retrieves the most recently modified tile from the store, extracts it's bytes, and renders them to an Image
toString() String
A string representation of this object.
inherited

Operators

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