checkPaymentStatus method

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

Implementation

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