set method
Implementation
Future set(String instrumentKey, Map details) {
var details_dict = convertDartToNative_Dictionary(details);
return promiseToFuture(
JS("", "#.set(#, #)", this, instrumentKey, details_dict),
);
}
Content-Length: 10474 | pFad | https://api.dart.dev/dart-core/../dart-html/../dart-html/PaymentInstruments/set.html
Future set(String instrumentKey, Map details) {
var details_dict = convertDartToNative_Dictionary(details);
return promiseToFuture(
JS("", "#.set(#, #)", this, instrumentKey, details_dict),
);
}
Fetched URL: https://api.dart.dev/dart-core/../dart-html/../dart-html/PaymentInstruments/set.html
Alternative Proxies: