getAmendments method

Future<Map> getAmendments(
  1. String token,
  2. String conversionId
)

Implementation

Future<Map> getAmendments(String token, String conversionId) {
  throw UnimplementedError("Get Amendments has not been implemented");
}