openInMemory function

CommonDatabase openInMemory()

Implementation

sqlite_common.CommonDatabase openInMemory() {
  throw UnsupportedError(
    'Opening SQLite databases directly is only supported on IO platforms.',
  );
}