delete method

Future<bool> delete(
  1. String cacheName
)

Implementation

Future<bool> delete(String cacheName) =>
    js_util.promiseToFuture(js_util.callMethod(this, 'delete', [cacheName]));