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