systemSecretsReader
Provides an implementation of the SystemSecretsReader interface for the current platform.
This function returns an instance of SystemSecretsReader that allows access to secrets based on platform-specific implementations. On unsupported platforms, this function will throw a NotImplementedError.
Return
An instance of SystemSecretsReader for accessing system configuration properties.
Throws
if SystemSecretsReader is not supported on this platform.