getUser method

AppUser? getUser()

Get the current user object

Implementation

AppUser? getUser() => _user;