listUserRelationships2 abstract method
List user relationships.
Retrieves all relationships for the current user, including friends, friend requests (incoming and outgoing), and blocked users. Returns list of relationship objects with type and metadata.
Implementation
@GET('/users/@me/relationships')
Future<List<RelationshipResponse>> listUserRelationships2();