menu
project_template package
documentation
project_template_cli.dart
CommandBase
readFile method
readFile method
dark_mode
light_mode
readFile
method
String
readFile
(
String
filePath
)
Implementation
String readFile(String filePath) => File(filePath).readAsStringSync();
project_template package
documentation
project_template_cli
CommandBase
readFile method
CommandBase class