setAuthKey method
Updates authentication key.
Implementation
void setAuthKey(String? key) {
_authKey = key;
logger.debug('BloomServerpodClient: Updated authentication key.');
}
Updates authentication key.
void setAuthKey(String? key) {
_authKey = key;
logger.debug('BloomServerpodClient: Updated authentication key.');
}