menu
flutter_devops_kit package
documentation
core/command.dart
Command
run abstract method
run abstract method
dark_mode
light_mode
run
abstract method
Future
<
void
>
run
(
List
<
String
>
args
)
Executes the command using the provided command-line
args
.
Implementation
Future<void> run(List<String> args);
flutter_devops_kit package
documentation
core/command
Command
run abstract method
Command class