Uint8List setPinRetries(int pw1Tries, int pw2Tries, int pw3Tries) { return _toApdu(0x00, Instruction.setPinRetries, 0x00, 0x00, [pw1Tries, pw2Tries, pw3Tries]); }