getAmendment method

Future<Map> getAmendment(
  1. String token,
  2. String conversionAmendmentId
)

Implementation

Future<Map> getAmendment(String token, String conversionAmendmentId) {
  throw UnimplementedError("Get Amendment has not been implemented");
}