Dart
dart:html
PaymentRequest
canMakePayment method
canMakePayment
PaymentRequest class
Constructors
PaymentRequest
Properties
id
shippingAddress
shippingOption
shippingType
hashCode
on
runtimeType
Methods
abort
canMakePayment
show
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
canMakePayment method
Future
<
bool
>
canMakePayment
(
)
Implementation
Future<
bool
> canMakePayment() => promiseToFuture<
bool
>(JS(
""
,
"#.canMakePayment()"
,
this
));
Cookies management controls