readBlock method

Future<Uint8List> readBlock({
  1. required int blockIndex,
})

Reads one 16-byte block.

Implementation

Future<Uint8List> readBlock({required int blockIndex}) => androidApi.mifareClassicReadBlock(_handle, blockIndex);