setUserHash abstract method
Method is used to set USER_HASH from the user's profile in CMS
userHash auth token in format XXXX-XXXX-XXXX-XXXX
Example:
// Set user hash (authorization token)
_sdk?.setUserHash('XXXX-XXXX-XXXX-XXXX');
Implementation
void setUserHash(String userHash);