clearHasOne method

void clearHasOne(
  1. String relationshipName
)

Implementation

void clearHasOne(String relationshipName) {
  jsonApiDoc.clearHasOne(relationshipName);
}