ScopedDriftProvider.from constructor
- ScopedDatabase? db, {
- required UserId me,
Constructs a ScopedDriftProvider with the provided db.
Implementation
ScopedDriftProvider.from(this.db, {required super.me}) : _memory = false;
Constructs a ScopedDriftProvider with the provided db.
ScopedDriftProvider.from(this.db, {required super.me}) : _memory = false;