terminate method

Uint8List terminate()

Implementation

Uint8List terminate() {
  return _toApdu(0x00, Instruction.terminate, 0, 0, []);
}