menu
terminal_library package
documentation
ssh_library/core/ssh_keepalive.dart
SSHKeepAlive
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Implementation
void stop() { _timer?.cancel(); _timer = null; }
terminal_library package
documentation
ssh_library/core/ssh_keepalive
SSHKeepAlive
stop method
SSHKeepAlive class