DriftLocalStore constructor

const DriftLocalStore(
  1. GeneratedDatabase _db
)

Creates a DriftLocalStore backed by the given Drift GeneratedDatabase.

Implementation

const DriftLocalStore(this._db);