lastOpenDirectory top-level property
The last directory used for file operations, or null if none set.
Implementation
String? get lastOpenDirectory => _lastOpenDirectory;
Updates the last-used directory for file picker dialogs.
Implementation
set lastOpenDirectory(String? value) => _lastOpenDirectory = value;