menu
flutterstart package
documentation
components/flutterstart_cli/src/wizard/wizard_io.dart
WizardIo
writeLine abstract method
writeLine abstract method
dark_mode
light_mode
writeLine
abstract method
void
writeLine
(
String
message
)
Writes a line of message to the console.
Implementation
void writeLine(String message);
flutterstart package
documentation
components/flutterstart_cli/src/wizard/wizard_io
WizardIo
writeLine abstract method
WizardIo class