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