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