ScopedDriftProvider.memory constructor

ScopedDriftProvider.memory()

Constructs a ScopedDriftProvider with the in-memory database.

Implementation

ScopedDriftProvider.memory()
  : db = ScopedDatabase(const UserId('me'), inMemory()),
    _memory = true,
    super(me: const UserId('me'));