SqliteWebOptions constructor
const
SqliteWebOptions({})
Uses the matching packaged worker and SQLite module unless overridden.
Implementation
const SqliteWebOptions({
this.assetBase,
this.wasm,
this.worker,
this.wasmIntegrity = sqliteWasmIntegrity,
this.openTimeout = const Duration(seconds: 15),
});