currentUser property

User? get currentUser

Returns the currently authenticated user.

Implementation

User? get currentUser => _auth.currentUser;