fetchCollection abstract method

Future<Response> fetchCollection(
  1. Request request,
  2. Target target
)

Fetch a primary resource collection

Implementation

Future<http.Response> fetchCollection(http.Request request, Target target);