has method - PaymentInstruments class - dart:html library (original) (raw)

description

Future has(

  1. String instrumentKey )

Implementation

Future has(String instrumentKey) =>
    promiseToFuture(JS("", "#.has(#)", this, instrumentKey));