You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Usage/Storage Access Framework.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ This method list files lazily **over a granted uri:**
71
71
> **Note**`DocumentFileColumn.id` is optional. It is required to fetch the file list from native API. So it is enabled regardless if you include this column or not. And this applies only to this API (`listFiles`).
72
72
73
73
```dart
74
-
/// *Must* be a granted uri from `openDocumentTree`
74
+
/// *Must* be a granted uri from `openDocumentTree`, or a URI representing a child under such a granted uri.
75
75
final Uri myGrantedUri = ...
76
76
final DocumentFile? documentFileOfMyGrantedUri = await myGrantedUri.toDocumentFile();
77
77
@@ -598,6 +598,7 @@ This class represents but is not the mirror of the original [`DocumentFile`](htt
598
598
599
599
This class is not intended to be instantiated, and it is only used for typing and convenient purposes.
600
600
601
+
601
602
### <samp>QueryMetadata</samp>
602
603
603
604
This class wraps useful metadata of the source queries returned by the `PartialDocumentFile`.
0 commit comments