bind method

void bind(
  1. _CountDownState s
)

Implementation

void bind(_CountDownState s) {
  _state = s;
}