currentUser property

CarpUser? currentUser

Gets the current user. Returns null if no user is authenticated.

Implementation

CarpUser? get currentUser => _currentUser;