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.
h2
1 parent 0c37dfb commit 07941ceCopy full SHA for 07941ce
docs/Usage/Storage Access Framework.md
@@ -94,7 +94,7 @@ final Stream<PartialDocumentFile> onNewFileLoaded = documentFileOfMyGrantedUri.l
94
onNewFileLoaded.listen((file) => files.add(file), onDone: () => print('All files were loaded'));
95
```
96
97
-## <samp>openDocumentFile</samp>
+### <samp>openDocumentFile</samp>
98
99
Open a file uri in a external app, by starting a new activity with `ACTION_VIEW` Intent.
100
@@ -106,7 +106,7 @@ final Uri fileUri = ...
106
await openDocumentFile(fileUri);
107
108
109
-## <samp>getDocumentContent</samp>
+### <samp>getDocumentContent</samp>
110
111
Read a document file from its uri by opening a input stream and returning its bytes.
112
0 commit comments