create method

Future<IPackSummary> create(
  1. IPackSummary body
)
inherited

Implementation

Future<V> create(V body) => illegalState("Not implemented");