currentUser property
[User] get currentUser
Retrieves the current user.
Implementation
User get currentUser => _currentUser!;
set currentUser [([[User] user])]
Updates the current user.
Implementation
set currentUser(User user)
- talawa
- user_config
- UserConfig
- currentUser property