NfcVasCommandConfigurationIos constructor
const
NfcVasCommandConfigurationIos({
- required NfcVasCommandConfigurationModeIos mode,
- required String passIdentifier,
- Uri? url,
Implementation
@visibleForTesting
const NfcVasCommandConfigurationIos({
required this.mode,
required this.passIdentifier,
this.url,
});