fetchRelationship abstract method

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

Fetches a relationship

Implementation

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