SSHNativePage constructor
SSHNativePage({
- required Key key,
- required PortServiceInfo device,
Implementation
SSHNativePage({required Key key, required this.device}) : super(key: key);