SSHNativePage constructor

SSHNativePage({
  1. required Key key,
  2. required PortServiceInfo device,
})

Implementation

SSHNativePage({required Key key, required this.device}) : super(key: key);