appConfig property
Represents the configuration of the app, including its variant and environment.
appConfig specifies the app's running environment and variant configuration.
This encapsulates different app variants (e.g., BEWELL, MYCAREHUB) and their respective
environments (e.g., prod, test, demo, e2e).
An app's configuration is uniquely determined by a combination of its variant and environment, which is crucial for defining behavior, features availability, and API endpoints specific to each setup.
Implementation
final AppConfig appConfig;