setState method
Implementation
setState(SessionState state, {int time = 0}) {
this.time = time;
this.state = state;
notifyListeners();
}
setState(SessionState state, {int time = 0}) {
this.time = time;
this.state = state;
notifyListeners();
}