isAvailable abstract method
Whether the backend is usable on this host (helper binary present, a Secret Service provider on the session bus, ...). False means the host falls back to environment-only keys — never an error.
Implementation
Future<bool> isAvailable();