updateUserJoinedOrg method
[Future<[void>]] updateUserJoinedOrg(
)
Updates the user joined organization.
params:
orgDetails
: details of the organization that user joined.
returns: None
Implementation
Future<void> updateUserJoinedOrg(List<OrgInfo> orgDetails) async
- talawa
- user_config
- UserConfig
- updateUserJoinedOrg method