cleanup static method

void cleanup()

Restores state to normal if running on a Fuchsia device.

Noop if running on the host machine.

Implementation

static void cleanup() {
  restoreFuchsiaPortForwardingFunction();
}