paymentRequest top-level property
dynamic
get
paymentRequest
This Payment Request API interface is the primary access point into the API, and lets web content and apps accept payments from the end user. Available only in secure contexts.
Implementation
_i2.dynamic get paymentRequest => _i4.getProperty(
_self,
'PaymentRequest',
);