Dart
dart:html
PaymentRequest
canMakePayment method
description
canMakePayment method
Future
<
bool
>
canMakePayment
(
)
Implementation
Future<
bool
> canMakePayment() => promiseToFuture<
bool
>(JS(
""
,
"#.canMakePayment()"
,
this
));