fetchRelated abstract method

Future<Response> fetchRelated(
  1. Request request,
  2. RelatedTarget target
)

Fetches related resource or collection

Implementation

Future<Response> fetchRelated(Request request, RelatedTarget target);