Skip to content

Commit 07941ce

Browse files
author
LaksCastro
committed
(#46) Fix mismatch h2
1 parent 0c37dfb commit 07941ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Usage/Storage Access Framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ final Stream<PartialDocumentFile> onNewFileLoaded = documentFileOfMyGrantedUri.l
9494
onNewFileLoaded.listen((file) => files.add(file), onDone: () => print('All files were loaded'));
9595
```
9696

97-
## <samp>openDocumentFile</samp>
97+
### <samp>openDocumentFile</samp>
9898

9999
Open a file uri in a external app, by starting a new activity with `ACTION_VIEW` Intent.
100100

@@ -106,7 +106,7 @@ final Uri fileUri = ...
106106
await openDocumentFile(fileUri);
107107
```
108108

109-
## <samp>getDocumentContent</samp>
109+
### <samp>getDocumentContent</samp>
110110

111111
Read a document file from its uri by opening a input stream and returning its bytes.
112112

0 commit comments

Comments
 (0)