updateAuthenticationKey method

  1. @internal
void updateAuthenticationKey(
  1. String? authenticationKey
)

Updates the authentication key for the streaming session.

Implementation

@internal
void updateAuthenticationKey(String? authenticationKey) {
  _authenticationKey = authenticationKey;
}