hostVmServicePort top-level property

FigOption hostVmServicePort
final

Implementation

final FigOption hostVmServicePort = FigOption(
  name: ['--host-vmservice-port'],
  description:
      'When a device-side vmservice port is forwarded to a host-side port, use this value as the host port. Specifying port 0 (the default) will find a random free host port',
);