setSessionId method
- String id
Set the session id (e.g. after creating a LearningSession).
Implementation
void setSessionId(String id) {
_sessionId = id;
}
Set the session id (e.g. after creating a LearningSession).
void setSessionId(String id) {
_sessionId = id;
}