menu
yubikit_openpgp package
documentation
commands.dart
YubikitOpenPGPCommands
terminate method
terminate method
dark_mode
light_mode
terminate
method
Uint8List
terminate
(
)
Implementation
Uint8List terminate() { return _toApdu(0x00, Instruction.terminate, 0, 0, []); }
yubikit_openpgp package
documentation
commands
YubikitOpenPGPCommands
terminate method
YubikitOpenPGPCommands class