menu
alex package
documentation
commands/hello_world.dart
HelloWorldCommand
readLine method
readLine method
dark_mode
light_mode
readLine
method
String
?
readLine
(
)
Implementation
String? readLine() { final line = console.readLineSync(); return line?.trim(); }
alex package
documentation
commands/hello_world
HelloWorldCommand
readLine method
HelloWorldCommand class