addMany abstract method

Future<Response> addMany(
  1. Request request,
  2. RelationshipTarget target
)

Add new entries to a to-many relationship

Implementation

Future<http.Response> addMany(
    http.Request request, RelationshipTarget target);