attach method

void attach(
  1. CustomMultiDropdownState state
)

Implementation

void attach(CustomMultiDropdownState state) {
  _state = state;
}