FakeTech.mifare constructor
FakeTech.mifare({
- MiFareFamily family = MiFareFamily.ultralight,
- Uint8List? historicalBytes,
NFCMiFareTag. iOS only.
Implementation
factory FakeTech.mifare({MiFareFamily family = MiFareFamily.ultralight, Uint8List? historicalBytes}) => FakeTech._(
null,
(data) => data.mifare = MiFarePigeon(family: _miFareFamilyToWire(family), historicalBytes: historicalBytes),
);