backend/photo_batch_save_queue library

Classes

PhotoBatchSaveQueue

Constants

defaultPhotoBatchSize → const int

Functions

chunked<T>(List<T> items, int chunkSize) Iterable<List<T>>

Typedefs

PhotoBatchErrorHandler = void Function(Object error, StackTrace stackTrace)
PhotoBatchSaver = Future<String?> Function(List<XFile> files)