bind method

void bind(
  1. InputExtendState state
)

Implementation

void bind(InputExtendState state) {
  _state = state;
}