idbDatabase top-level property
dynamic
get
idbDatabase
This IndexedDB API interface provides a connection to a database; you can use an IDBDatabase object to open a transaction on your database then create, manipulate, and delete objects (data) in that database. The interface provides the only way to get and manage versions of the database.
Implementation
_i2.dynamic get idbDatabase => _i4.getProperty(
_self,
'IDBDatabase',
);