createDatabaseFactoryFfiWeb function
DatabaseFactory
createDatabaseFactoryFfiWeb({
- SqfliteFfiWebOptions? options,
- bool noWebWorker = false,
- 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');