openInMemory abstract method

CommonDatabase openInMemory({
  1. String? vfs,
})

Opens an in-memory database.

The vfs option can be used to set the appropriate virtual file system implementation. When null, the default file system will be used.

Implementation

CommonDatabase openInMemory({String? vfs});