Dart API Reference
dart:indexed_db
Database
createObjectStore
createObjectStore
method
@DomName('IDBDatabase.createObjectStore')
@DocsEditable()
ObjectStore
createObjectStore
(
String
name
,
{
String
keyPath
,
bool
autoIncrement
}
)