setAuthKey method

void setAuthKey(
  1. String? key
)

Updates authentication key.

Implementation

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