setIsForeground method
- bool isForeground
Sets whether the app is foregrounded.
Implementation
void setIsForeground(bool isForeground) {
_isForeground = isForeground;
}
Sets whether the app is foregrounded.
void setIsForeground(bool isForeground) {
_isForeground = isForeground;
}