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 e316406 commit 69972c1Copy full SHA for 69972c1
README.md
@@ -22,7 +22,7 @@ Occurs when:
22
``` dart
23
try {
24
25
- print(File('to_be_or_not_to_be.txt').readAsStringSync());
+ print(File('maybe.txt').readAsStringSync());
26
27
} on FileSystemException catch (exc) {
28
0 commit comments