getMaskedValueWithCustomMask method
Returns the value for the given payment product fieldId
with a custom mask
applied.
Implementation
Future<String> getMaskedValueWithCustomMask(
String fieldId, String mask) async {
return await AccountOnFileMasker.customMaskedValue(this, fieldId, mask);
}