setCurrentScreen static method
Set the current screen name manually
Implementation
static void setCurrentScreen(String screenName) {
_currentScreen = screenName;
}
Set the current screen name manually
static void setCurrentScreen(String screenName) {
_currentScreen = screenName;
}