mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* fuchsia_remote_debug_protocol allows open port on remote device Allows defining a port forwarding function for which the accessible port is not on the host device. Examples include tunneling solutions where a tunneling program on the same device as the Dart VM exposes an open port through which it tunnels connections to the VM. * Move ssh-specific comment to SshPortForwarder