FileQueueStore constructor

FileQueueStore(
  1. File file
)

Creates a queue store backed by file.

Implementation

FileQueueStore(this.file) {
  _loadSync();
}