createDatabaseFactoryIo function

DatabaseFactory createDatabaseFactoryIo({
  1. String? rootPath,
})

Make sembast database all belong to a single rootPath instead of relative to the current directory or absolute in the whole file system

Implementation

DatabaseFactory createDatabaseFactoryIo({String? rootPath}) =>
    database_io.createDatabaseFactoryIo(rootPath: rootPath);