authenticateSectorWithKeyB method
Implementation
Future<bool> authenticateSectorWithKeyB({
required int sectorIndex,
required Uint8List key,
}) {
return hostApi.mifareClassicAuthenticateSectorWithKeyB(
handle: _handle,
sectorIndex: sectorIndex,
key: key,
);
}