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