create method

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

Implementation

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