We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4316bb7 commit e316406Copy full SHA for e316406
README.md
@@ -22,7 +22,7 @@ Occurs when:
22
``` dart
23
try {
24
25
- print(File('filename.txt').readAsStringSync());
+ print(File('to_be_or_not_to_be.txt').readAsStringSync());
26
27
} on FileSystemException catch (exc) {
28
0 commit comments