delete method Null safety

Future delete (
  1. String cacheName
)

Implementation

Future delete(String cacheName) =>
    promiseToFuture(JS("", "#.delete(#)", this, cacheName));