menu
MBG_Inspektionen
backend/photo_batch_save_queue.dart
PhotoBatchSaveQueue
add method
add
dark_mode
light_mode
add
method
void
add
(
XFile
file
)
Implementation
void add(XFile file) { _visibleFiles.add(file); _scheduleCompleteBatches(); _notifyChanged(); }
MBG_Inspektionen
photo_batch_save_queue
PhotoBatchSaveQueue
add method
PhotoBatchSaveQueue class