previewCommand top-level property

FigSubcommand previewCommand
final

Implementation

final FigSubcommand previewCommand = FigSubcommand(
  name: ['preview'],
  description:
      'Produces a QR code which can be used to preview the app on a device',
  options: [forceOption, noHmrOption, helpOption('preview')],
);