inMemoryPrefix constant
String
const inMemoryPrefix
Pass this together with a String identifier as the directory path to use a file-less in-memory database.
Implementation
static const String inMemoryPrefix = 'memory:';