menu
flutter_cache_cleaner package
documentation
main.dart
CommandRunner
CommandRunner.new constructor
CommandRunner.new constructor
dark_mode
light_mode
CommandRunner
constructor
CommandRunner
(
String
name
,
String
description
,
ArgParser
parser
,
Future
<
int
>
runner
(
ArgResults
,
Map
<
String
,
dynamic
>
),
)
Implementation
CommandRunner(this.name, this.description, this.parser, this.runner);
flutter_cache_cleaner package
documentation
main
CommandRunner
CommandRunner.new constructor
CommandRunner class