toggleAgreement method

void toggleAgreement()

Implementation

void toggleAgreement() {
  changeAgreement(!state.agreed);
}