NfcReaderSessionErrorIOS constructor

  1. @visibleForTesting
const NfcReaderSessionErrorIOS({
  1. required NfcReaderErrorCodeIOS code,
  2. required String message,
})

DOC:

Implementation

@visibleForTesting
const NfcReaderSessionErrorIOS({
  required this.code,
  required this.message,
});