getIsLoggedIn method

bool getIsLoggedIn()

Implementation

bool getIsLoggedIn() {
  return FirebaseAuth.instance.currentUser?.uid != null;
}