verifyPaymentResponseFromJson function

VerifyPaymentResponse verifyPaymentResponseFromJson(
  1. String str
)

Implementation

VerifyPaymentResponse verifyPaymentResponseFromJson(String str) =>
    VerifyPaymentResponse.fromJson(json.decode(str));