examples property
Example invocations demonstrating how to use the command.
Returns an empty list by default.
Implementation
@override
List<String> get examples => const [
'fkit build apk',
'fkit build apk development',
'fkit build aab production',
'fkit build ipa production',
'fkit build web',
];