idbFactory top-level property
dynamic
get
idbFactory
In the following code snippet, we make a request to open a database, and include handlers for the success and error cases. For a full working example, see our To-do Notifications app (view example live.)
Implementation
_i2.dynamic get idbFactory => _i4.getProperty(
_self,
'IDBFactory',
);