menu
flo_cli package
documentation
core/filesystem/file_system_service.dart
FileSystemService
readString abstract method
readString abstract method
dark_mode
light_mode
readString
abstract method
String
readString
(
String
path
)
Reads contents of file at
path
as a string.
Implementation
String readString(String path);
flo_cli package
documentation
core/filesystem/file_system_service
FileSystemService
readString abstract method
FileSystemService class