detach method

void detach()

내부 위젯이 dispose 시 컨트롤러 연결을 해제할 때 사용합니다.

Implementation

void detach() {
  _onEffect = null;
  _onClose = null;
}