keyNfcForum property

Uint8List get keyNfcForum

The key an NFC Forum formatted card uses for its NDEF sectors, D3 F7 D3 F7 D3 F7. AOSP MifareClassic.KEY_NFC_FORUM.

Implementation

static Uint8List get keyNfcForum => Uint8List.fromList(const [0xD3, 0xF7, 0xD3, 0xF7, 0xD3, 0xF7]);