cancelPayment method
Cancel Payment with ITK (Initiator Transaction Key)
Implementation
Future<Transaction?> cancelPayment({
required String initiatorTransactionKey,
bool? printReceipt,
}) {
throw UnimplementedError('cancelPayment() has not been implemented.');
}