updateContent method

void updateContent(
  1. String text
)

Implementation

void updateContent(String text) {
  textListNotifier.value = [...textListNotifier.value, text];
}