SqfliteFfiWebOptions constructor

SqfliteFfiWebOptions({
  1. bool? inMemory,
  2. Uri? sqlite3WasmUri,
  3. String? indexedDbName,
  4. Uri? sharedWorkerUri,
  5. @visibleForTesting bool? forceAsBasicWorker,
})

Default ok for regular dart applications but not flutter app.

Implementation

SqfliteFfiWebOptions(
    {this.inMemory,
    this.sqlite3WasmUri,
    this.indexedDbName,
    this.sharedWorkerUri,
    @visibleForTesting this.forceAsBasicWorker});