get method

  1. @DomName('PaymentInstruments.get')
  2. @DocsEditable()
  3. @Experimental()
Future<Map<String, dynamic>> get (String instrumentKey)

Implementation

@DomName('PaymentInstruments.get')
@DocsEditable()
@Experimental() // untriaged
Future<Map<String, dynamic>> get(String instrumentKey) =>
    promiseToFutureAsMap(JS("", "#.get(#)", this, instrumentKey));