uninstallOnly top-level property
Implementation
final List<FigOption> uninstallOnly = [
FigOption(
name: ['--uninstall-only'],
description: 'Uninstall the app if already on the device. Skip install',
),
FigOption(
name: ['--no-uninstall-only'],
),
];