openInMemory abstract method

  1. @override
Database openInMemory({
  1. String? vfs,
})
override

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

@override
Database openInMemory({String? vfs});