setUpPushupState method

void setUpPushupState(
  1. PushUpState current
)

Implementation

void setUpPushupState(PushUpState current) {
  print("emittedState ${state}");
  emit(current);
}