idbFactory property

dynamic idbFactory
final

Custom IdbFactory used to create the indexedDB. On IO platforms it would lead to an error to import "dart:indexed_db" so this is dynamically typed.

Implementation

final dynamic idbFactory;