setLabel method

void setLabel(
  1. String newTitle
)

Implementation

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