menu
clean_dart_cli package
documentation
modules/common_commands/controllers/common_commands_controller.dart
CommomCommandsController
askFirstQuestion method
askFirstQuestion method
dark_mode
light_mode
askFirstQuestion
method
String
askFirstQuestion
(
)
Implementation
String askFirstQuestion() { final result = _askFistQuestion(); return result['command']; }
clean_dart_cli package
documentation
modules/common_commands/controllers/common_commands_controller
CommomCommandsController
askFirstQuestion method
CommomCommandsController class