createIndex method

IDBIndex createIndex(
  1. String name,
  2. dynamic keyPath, [
  3. IDBIndexParameters? options
])

Implementation

IDBIndex createIndex(String name, dynamic keyPath,
        [IDBIndexParameters? options]) =>
    js_util.callMethod(this, 'createIndex', [name, keyPath, options]);