menu
terminal_library package
documentation
ssh_library/core/ssh_keepalive.dart
SSHKeepAlive
SSHKeepAlive.new constructor
SSHKeepAlive.new constructor
dark_mode
light_mode
SSHKeepAlive
constructor
SSHKeepAlive
(
{
required
Future
ping
(),
Duration
interval
=
const Duration(seconds: 10)
,
})
Implementation
SSHKeepAlive({ required this.ping, this.interval = const Duration(seconds: 10), });
terminal_library package
documentation
ssh_library/core/ssh_keepalive
SSHKeepAlive
SSHKeepAlive.new constructor
SSHKeepAlive class