newFileSystemIdb function
Idb implementation (base for memory and browser)
Implementation
FileSystem newFileSystemIdb(idb.IdbFactory idbFactory, [String? dbPath]) =>
FileSystemIdb(idbFactory, dbPath: dbPath);
Idb implementation (base for memory and browser)
FileSystem newFileSystemIdb(idb.IdbFactory idbFactory, [String? dbPath]) =>
FileSystemIdb(idbFactory, dbPath: dbPath);