matchAll method

Future<Iterable<BackgroundFetchRecord>> matchAll([
  1. dynamic request,
  2. CacheQueryOptions? options
])

Implementation

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