updateLabel method

void updateLabel(
  1. String newTitle
)

Implementation

void updateLabel(String newTitle) => labelState.emitVal(newTitle);