NfcReaderSessionErrorIOS constructor
const
NfcReaderSessionErrorIOS({
- required NfcReaderErrorCodeIOS code,
- required String message,
DOC:
Implementation
@visibleForTesting
const NfcReaderSessionErrorIOS({
required this.code,
required this.message,
});