observatoryPort top-level property

FigOption observatoryPort
final

Implementation

final FigOption observatoryPort = FigOption(
  name: ['--observatory-port'],
  description:
      '(deprecated use host-vmservice-port instead) Listen to the given port for an observatory debugger connection. Specifying port 0 (the default) will find a random free port',
);