createDatabaseFactoryFfiWeb function

DatabaseFactory createDatabaseFactoryFfiWeb({
  1. SqfliteFfiWebOptions? options,
  2. bool noWebWorker = false,
  3. String? tag,
})

Web only - Create the proper factory based on the settings

Implementation

DatabaseFactory createDatabaseFactoryFfiWeb({
  SqfliteFfiWebOptions? options,
  bool noWebWorker = false,
  String? tag,
}) => throw UnsupportedError('createDatabaseFactoryFfiWebnot supported in io');