keys method - CacheStorage class - dart:html library (original) (raw)

description

Future keys()

Implementation

Future keys() => promiseToFuture(JS("", "#.keys()", this));