set method

Future<void> set(
  1. String instrumentKey,
  2. PaymentInstrument details
)

Implementation

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