UserInteractionHandle.createBlind
UserInteractionHandle createBlind() @safeCreates a blind user interaction (no prompts, default answers).
Useful for non-interactive batch processing. Messages are silently discarded, pause always returns false (no), and string prompts return empty strings.
Returns
A new UserInteractionHandle instance.
Throws
DarException if creation fails.