cancelPayment method

Future<Map> cancelPayment(
  1. String token,
  2. String paymentId
)

Implementation

Future<Map> cancelPayment(String token, String paymentId) {
  throw UnimplementedError("Cancel Payment has not been implemented");
}