ScopedDriftProvider.from constructor

ScopedDriftProvider.from(
  1. ScopedDatabase? db, {
  2. required UserId me,
})

Constructs a ScopedDriftProvider with the provided db.

Implementation

ScopedDriftProvider.from(this.db, {required super.me}) : _memory = false;