has method - PaymentInstruments class - dart:html library (original) (raw)
Future has(
- String instrumentKey )
Implementation
Future has(String instrumentKey) =>
promiseToFuture(JS("", "#.has(#)", this, instrumentKey));
Future has(
Future has(String instrumentKey) =>
promiseToFuture(JS("", "#.has(#)", this, instrumentKey));