getToken method

String getToken()

Implementation

String getToken() {
  return activeSession?.token ?? "";
}