hadLogin method

bool hadLogin()

Implementation

bool hadLogin() {
  return getAuth()?.isNotEmpty == true;
}