updateUserCreatedOrg method
Future updateUserCreatedOrg (List<OrgInfo> orgDetails)
<p>This function is used to update the user created organization.</p> <p>params:</p> <ul> <li><code>orgDetails</code> : details of the organization that user created.</li> </ul>
Implementation
Future updateUserCreatedOrg(List\<OrgInfo\> orgDetails) async \{
_currentUser!.updateCreatedOrg(orgDetails);
saveUserInHive();
\}