resumed method
void
resumed()
Use to warn gates that the app resumed used internally only
Implementation
void resumed() {
notifyListeners();
}
Use to warn gates that the app resumed used internally only
void resumed() {
notifyListeners();
}