state_management\ssh_provider
library
Classes
-
SSHprovider
-
This is a Provider class of SSHprovider that extends ChangeNotifier
They all have setters and getters
We have saveData method to save data into the form using SSHModel
init is the function that sets the client with its data when connected
execute is used to execute a specefic command when connecting with the client
uploadKml is used to upload a file as kml
disconnect is used for disconnecting the client
reconnectClient for connecting the client again in case the connection is lost while app is running