deleteObjectStore method

void deleteObjectStore(
  1. String name
)

Implementation

void deleteObjectStore(String name) =>
    js_util.callMethod(this, 'deleteObjectStore', [name]);