onForeground method
Implementation
HackleSessionTimeoutConditionBuilder onForeground(bool onForeground) {
_onForeground = onForeground;
return this;
}
HackleSessionTimeoutConditionBuilder onForeground(bool onForeground) {
_onForeground = onForeground;
return this;
}