sectorToBlock method

Future<int> sectorToBlock({
  1. required int sectorIndex,
})

The first block of a sector.

Implementation

Future<int> sectorToBlock({required int sectorIndex}) => androidApi.mifareClassicSectorToBlock(_handle, sectorIndex);