menu
flo_cli package
documentation
core/filesystem/file_system_service.dart
FileSystemService
writeString abstract method
writeString abstract method
dark_mode
light_mode
writeString
abstract method
void
writeString
(
String
path
,
String
content
)
Writes
content
string to file at
path
.
Implementation
void writeString(String path, String content);
flo_cli package
documentation
core/filesystem/file_system_service
FileSystemService
writeString abstract method
FileSystemService class