menu
Dart
dart:html
PaymentRequest
canMakePayment method
canMakePayment
dark_mode
light_mode
description
canMakePayment
method
Future
<
bool
>
canMakePayment
(
)
Implementation
Future<
bool
> canMakePayment() => promiseToFuture<
bool
>(JS(
""
,
"#.canMakePayment()"
,
this
));
Dart
dart:html
PaymentRequest
canMakePayment method
PaymentRequest class
Cookies management controls