match method

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

Implementation

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