LiteDatabaseConfig constructor
const
LiteDatabaseConfig({})
Implementation
const LiteDatabaseConfig({
this.sqliteDisabled = false,
this.version = 1,
this.onCreate,
this.onUpgrade,
this.onDowngrade,
this.lockDuration = const Duration(seconds: 5),
});