menu
cloudpayments package
documentation
apple_pay_response.dart
ApplePayResponse
ApplePayResponse constructor
ApplePayResponse constructor
dark_mode
light_mode
ApplePayResponse
constructor
ApplePayResponse
(
String
status
,
String
?
token
, {
String
?
errorMessage
,
})
Implementation
ApplePayResponse(this.status, this.token, {this.errorMessage});
cloudpayments package
documentation
apple_pay_response
ApplePayResponse
ApplePayResponse constructor
ApplePayResponse class