PhotoBatchSaveQueue class

Constructors

PhotoBatchSaveQueue.new({required PhotoBatchSaver saveBatch, int batchSize = defaultPhotoBatchSize, VoidCallback? onChanged, PhotoBatchErrorHandler? onBackgroundError})

Properties

batchSize int
final
hasBackgroundWork bool
no setter
hashCode int
The hash code for this object.
no setterinherited
hasVisibleFiles bool
no setter
hasWork bool
no setter
onBackgroundError PhotoBatchErrorHandler?
final
onChanged VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveBatch PhotoBatchSaver
final
visibleCount int
no setter
visibleFiles List<XFile>
no setter

Methods

add(XFile file) → void
dispose() → void
flushRemaining() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeLastVisible() XFile?
toString() String
A string representation of this object.
inherited
waitForBackgroundSaves() Future<void>

Operators

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