menu
dep_sherpa package
documentation
adapters/filesystem.dart
FileSystemAdapter
readFile abstract method
readFile abstract method
dark_mode
light_mode
readFile
abstract method
String
readFile
(
String
path
)
Reads the UTF-8 contents of the file at
path
.
Implementation
String readFile(String path);
dep_sherpa package
documentation
adapters/filesystem
FileSystemAdapter
readFile abstract method
FileSystemAdapter class