SSHNativePage constructor
SSHNativePage({})
Implementation
SSHNativePage(
{required Key key,
required this.runId,
required this.remoteIp,
required this.remotePort,
// TODO 没有的话本页面请求用户名密码
required this.userName,
required this.passWord,
required this.localPort})
: super(key: key);