Skip to main content

updateUserJoinedOrg method

Future updateUserJoinedOrg (List<OrgInfo> orgDetails)

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

Implementation

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