getEmail method

String getEmail()

Implementation

String getEmail() {
  return checkValidString(SessionManagerMethods.getString(email));
}