update Pass the new value to this method to update the status.
void update({int? value, String? msg}) { if (value != null) _progress.value = value; if (msg != null) _msg.value = msg; }