getDatabaseFactory function

DatabaseFactory getDatabaseFactory({
  1. String? packageName,
  2. String? rootPath,
})

Get Sembast Web context factory.

packageName and rootPath are ignored. The sembast database being an indexed DB database.

Implementation

DatabaseFactory getDatabaseFactory({String? packageName, String? rootPath}) =>
    databaseFactoryWeb;