createSession method

void createSession(
  1. String token
)

Implementation

void createSession(String token) {
  currentSessionToken = token;
}