fastStart top-level property
Implementation
final List<FigOption> fastStart = [
FigOption(
name: ['--fast-start'],
description:
'Whether to quickly bootstrap applications with a minimal app. Currently this is only supported on Android devices. This option cannot be paired with --use-application-binary',
),
FigOption(
name: ['--no-fast-start'],
),
];