create method

Future<V> create(
  1. V body
)

Implementation

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