authenticateSectorWithKeyB method
Authenticates a sector with key B. Returns false when the key is wrong.
Implementation
Future<bool> authenticateSectorWithKeyB({required int sectorIndex, required Uint8List key}) =>
androidApi.mifareClassicAuthenticateSector(_handle, sectorIndex, key, false);