addOrgUser abstract method
Add a user to the org with the given org id. The user will be added as a member of the org.
Implementation
Future<OrgUser> addOrgUser({
required String orgId,
required String userId,
bool isAdmin = false,
});
Add a user to the org with the given org id. The user will be added as a member of the org.
Future<OrgUser> addOrgUser({
required String orgId,
required String userId,
bool isAdmin = false,
});