set method
Implementation
Future<void> set(String instrumentKey, PaymentInstrument details) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'set', [instrumentKey, details]));
Future<void> set(String instrumentKey, PaymentInstrument details) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'set', [instrumentKey, details]));