attach method

void attach(
  1. NoviceGuideState state
)

Implementation

void attach(NoviceGuideState state) {
  _client = state;
}