updateTokens abstract method

void updateTokens({
  1. required List<String> tokens,
})

Sets new tokens for this connection. Tokens are like passwords and used to enter password protected channels.

Implementation

void updateTokens({required List<String> tokens});