updateUser method
[Future[<[bool]>]] updateUser(
- [[User] updatedUserDetails]
)
Updates the user details.
params:
updatedUserDetails
:User
type variable containing all the details of an user need to be updated.
returns:
Future<bool>
: returns future of bool type.
Implementation
Future<bool> updateUser(User updatedUserDetails) async
- talawa
- user_config
- UserConfig
- updateUser method