DriftWebStorage.volatile constructor
DriftWebStorage.volatile()
Creates an in-memory storage that doesn't persist data.
This means that your database will be recreated at each page reload.
Implementation
factory DriftWebStorage.volatile() = _VolatileStorage;