Skip to main content

updateUserMemberRequestOrg method

Future updateUserMemberRequestOrg (List<OrgInfo> orgDetails)

<p>This function is used to update the user request to join the organization.</p> <p>params:</p> <ul> <li><code>orgDetails</code> : details of the organization that user requested to join.</li> </ul>

Implementation

Future updateUserMemberRequestOrg(List\<OrgInfo\> orgDetails) async \{
_currentUser!.updateMemberRequestOrg(orgDetails);
saveUserInHive();
\}