menu
flutter_agent_harness package
documentation
flutter_agent_harness.dart
FileSystem
readTextFile abstract method
readTextFile abstract method
dark_mode
light_mode
readTextFile
abstract method
Future
<
Result
<
String
,
FileError
>
>
readTextFile
(
String
path
)
Reads a UTF-8 text file.
Implementation
Future<Result<String, FileError>> readTextFile(String path);
flutter_agent_harness package
documentation
flutter_agent_harness
FileSystem
readTextFile abstract method
FileSystem class