shaqian / flutter_ssh

SSH and SFTP client for Flutter
https://pub.dartlang.org/packages/ssh
MIT License
117 stars 83 forks source link

isConnected #46

Closed johnathanbreshears closed 4 years ago

johnathanbreshears commented 4 years ago

This will check if there is a SSH connection and will return true if there is and false if there is not

shaqian commented 4 years ago

Thank you!