getBlockCountInSector method

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

How many blocks a sector holds.

Implementation

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