publishSemanticTokens method
Implementation
void publishSemanticTokens(List<LspSemanticToken> tokens) {
semanticTokens.value = (tokens, _semanticTokensVersion++);
}
void publishSemanticTokens(List<LspSemanticToken> tokens) {
semanticTokens.value = (tokens, _semanticTokensVersion++);
}