Dart API Reference
dart:indexed_db
ObjectStore
createIndex
createIndex
method
@DomName('IDBObjectStore.createIndex')
Index
createIndex
(
String
name
,
keyPath
,
{
bool
unique
,
bool
multiEntry
}
)