databaseFactoryFfiWeb top-level property

DatabaseFactory get databaseFactoryFfiWeb

The database factory to use for ffi web. not supported on io

Implementation

DatabaseFactory get databaseFactoryFfiWeb =>
    throw UnsupportedError(
      'databaseFactoryFfiWebNoWebWorker only supported on io',
    );