menu
terminal_library package
documentation
ssh_library/core/ssh_message.dart
SSHMessageReader
readBool method
readBool method
dark_mode
light_mode
readBool
method
bool
readBool
(
)
Implementation
bool readBool() { return readUint8() != 0; }
terminal_library package
documentation
ssh_library/core/ssh_message
SSHMessageReader
readBool method
SSHMessageReader class