updateStatus method

void updateStatus(
  1. String text
)

Implementation

void updateStatus(String text) {
  statusNotifier.value = text;
}