menu
dep_sherpa package
documentation
adapters/filesystem.dart
FileSystemAdapter
writeFile abstract method
writeFile abstract method
dark_mode
light_mode
writeFile
abstract method
void
writeFile
(
String
path
,
String
contents
)
Writes
contents
to the file at
path
.
Implementation
void writeFile(String path, String contents);
dep_sherpa package
documentation
adapters/filesystem
FileSystemAdapter
writeFile abstract method
FileSystemAdapter class