getEmail method

String? getEmail()

Implementation

String? getEmail() {
  return SessionManagerNew.getString(emailAddress);
}