SqfliteFfiWebOptions constructor
SqfliteFfiWebOptions({})
Default ok for regular dart applications but not flutter app.
Implementation
SqfliteFfiWebOptions(
{this.inMemory,
this.sqlite3WasmUri,
this.indexedDbName,
this.sharedWorkerUri,
@visibleForTesting this.forceAsBasicWorker});