ScopedDriftProvider.memory constructor
Constructs a ScopedDriftProvider with the in-memory database.
Implementation
ScopedDriftProvider.memory()
: db = ScopedDatabase(const UserId('me'), inMemory());
Constructs a ScopedDriftProvider with the in-memory database.
ScopedDriftProvider.memory()
: db = ScopedDatabase(const UserId('me'), inMemory());