Skip to main content

updateUser method

[Future[<[bool]>]] updateUser(

  1. [[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 
  1. talawa
  2. user_config
  3. UserConfig
  4. updateUser method
UserConfig class