voidPayment method
Voids the current payment and returns the PaymentStatus which is PaymentStatus.canceled
Implementation
Future<PaymentStatus> voidPayment() async {
throw UnimplementedError();
}
Voids the current payment and returns the PaymentStatus which is PaymentStatus.canceled
Future<PaymentStatus> voidPayment() async {
throw UnimplementedError();
}