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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ if (grantedUri != null) {
68
68
69
69
This method list files lazily **over a granted uri:**
70
70
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
+
71
73
```dart
72
74
/// *Must* be a granted uri from `openDocumentTree`
0 commit comments