voidPayment method

Future<PaymentStatus> voidPayment()

Voids the current payment and returns the PaymentStatus which is PaymentStatus.canceled

Implementation

Future<PaymentStatus> voidPayment() async {
  throw UnimplementedError();
}