previewCommand top-level property
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')],
);