fetchRelationship abstract method

Future<Response> fetchRelationship(
  1. Request rq,
  2. RelationshipTarget target
)

Fetches a relationship

Implementation

Future<http.Response> fetchRelationship(
    http.Request rq, RelationshipTarget target);