appUser property

AppUser? get appUser

Gets the current app user.

Returns:

  • An instance of AppUser if available, otherwise null.

Implementation

AppUser? get appUser;
set appUser (AppUser? appUser)

Sets the current app user.

Parameters:

Implementation

set appUser(AppUser? appUser);