isSignedIn method

bool isSignedIn()

Implementation

bool isSignedIn() => FirebaseAuth.instance.currentUser != null;