methodName property
String
get
methodName
The read-only methodName
property of the PaymentMethodChangeEvent
interface is a string which
uniquely identifies the payment handler currently selected by the user.
The
payment handler may be a payment technology, such as Apple Pay or Android
Pay, and each
payment handler may support multiple payment methods; changes to the
payment method
within the payment handler are described by the
PaymentMethodChangeEvent
.
Implementation
external String get methodName;