publish method

void publish(
  1. String text
)

Implementation

void publish(String text) {
  _latestMessage.value = CustomMessage(text);
}