update method

Future<ChangeResult> update(
  1. String id,
  2. V body
)

Implementation

Future<ChangeResult> update(String id, V body) =>
    illegalState("Not implemented");