addSession method

void addSession(
  1. PracticeSession session
)

Implementation

void addSession(PracticeSession session) {
  _sessions.addLast(session);
  notifyListeners();
}