isSignedIn method

bool isSignedIn()

Implementation

bool isSignedIn() => _auth.currentUser != null;