sqfliteFfiWebLoadSqlite3Wasm function

Future<SqfliteFfiWebContext> sqfliteFfiWebLoadSqlite3Wasm(
  1. SqfliteFfiWebOptions options, {
  2. SqfliteFfiWebContext? context,
  3. bool? fromWebWorker,
})

Web only

Implementation

Future<SqfliteFfiWebContext> sqfliteFfiWebLoadSqlite3Wasm(
  SqfliteFfiWebOptions options, {
  SqfliteFfiWebContext? context,
  bool? fromWebWorker,
}) => throw UnsupportedError('loadSqlite3Wasm not supported on io');