menu
dartssh2_plus package
documentation
dartssh2.dart
SSHForwardChannel
destroy method
destroy method
dark_mode
light_mode
destroy
method
@
override
void
destroy
(
)
override
Destroys the socket in both directions.
Implementation
@override void destroy() { _channel.destroy(); }
dartssh2_plus package
documentation
dartssh2
SSHForwardChannel
destroy method
SSHForwardChannel class