initProfile property
UserDetails?
get
initProfile
The currently authenticated user details (from your system)
Implementation
UserDetails? get initProfile => authState.currentUser;
The currently authenticated user details (from your system)
UserDetails? get initProfile => authState.currentUser;