BackgroundFetchSettledFetch constructor

  1. @DomName('BackgroundFetchSettledFetch.BackgroundFetchSettledFetch')
  2. @DocsEditable()
BackgroundFetchSettledFetch(_Request request, _Response response)

Implementation

@DomName('BackgroundFetchSettledFetch.BackgroundFetchSettledFetch')
@DocsEditable()
factory BackgroundFetchSettledFetch(_Request request, _Response response) {
  return BackgroundFetchSettledFetch._create_1(request, response);
}