configProdContext method
Initializes AppContext with production config
Implementation
void configProdContext() {
loadingState = LoadingState.PENDING;
platformState = PlatformState.GENERIC;
}
Initializes AppContext with production config
void configProdContext() {
loadingState = LoadingState.PENDING;
platformState = PlatformState.GENERIC;
}