setComment method

void setComment({
  1. String? comment,
})

Implementation

void setComment({String? comment}) =>
    _client.writeMessage(new Proto.UserState()..comment = comment ?? '');