DriftQueueStore constructor

const DriftQueueStore(
  1. GeneratedDatabase _db
)

Creates a DriftQueueStore backed by the given Drift GeneratedDatabase.

Implementation

const DriftQueueStore(this._db);