cancelAction method

void cancelAction()

Implementation

void cancelAction() {
  _currentSessionState = null;
  notifyListeners();
}