matchAll method
Implementation
Future<Iterable<Response>> matchAll(
[dynamic request, CacheQueryOptions? options]) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'matchAll', [request, options]));
Future<Iterable<Response>> matchAll(
[dynamic request, CacheQueryOptions? options]) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'matchAll', [request, options]));