isLoggedIn property

bool isLoggedIn

Implementation

bool get isLoggedIn => FirebaseAuth.instance.currentUser != null;