Skip to main content

updateUserJoinedOrg method

[Future<[void>]] updateUserJoinedOrg(

  1. [[List[<[OrgInfo]>]] orgDetails]

)

Updates the user joined organization.

params:

  • orgDetails: details of the organization that user joined.

returns: None

Implementation

Future<void> updateUserJoinedOrg(List<OrgInfo> orgDetails) async 
  1. talawa
  2. user_config
  3. UserConfig
  4. updateUserJoinedOrg method
UserConfig class