watchIds abstract method

StreamSubscription<void> watchIds({
  1. String fileExtension = 'jpg',
})

Create watcher to get list of ID's from a table to be used for syncing in the attachment queue. Set the file extension if you are using a different file type

Implementation

StreamSubscription<void> watchIds({String fileExtension = 'jpg'});