open method Null safety
- String cacheName
Implementation
Future open(String cacheName) =>
promiseToFuture(JS("creates:_Cache;", "#.open(#)", this, cacheName));
Future open(String cacheName) =>
promiseToFuture(JS("creates:_Cache;", "#.open(#)", this, cacheName));