startNewSession method

void startNewSession()

Implementation

void startNewSession() {
  _createNewSession();
  notifyListeners();
}