'country': call.arguments['countryCode'],
'currency': call.arguments['currencyCode'],
'total': {
'label': 'total',
'amount': 1,
},
'requestPayerName': true,
'requestPayerEmail': true,
})]);
return await promiseToFuture<bool>(paymentRequest.callMethod('canMakePayment',[]));
Кажется, мне нужно передать фактический javascript объект / имя promiseToFuture
, но как мне получить его из JSObject?