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