cleanup static method
Restores state to normal if running on a Fuchsia device.
Noop if running on the host machine.
Implementation
static void cleanup() {
restoreFuchsiaPortForwardingFunction();
}
Restores state to normal if running on a Fuchsia device.
Noop if running on the host machine.
static void cleanup() {
restoreFuchsiaPortForwardingFunction();
}