pub fn pick_writable_folder() -> Pin<Box<dyn Future<Output = Result<Option<String>, FilePickerError>>>>Expand description
Re-export framework services (HTTP, URI, etc.) from the dedicated services crate.
Presents the writable-folder picker and resolves to a durable handle (or
None if cancelled). Async; drive it from LaunchedEffectAsync.