hideContainer method

void hideContainer()

Widget 컨테이너 숨기기 (결제 완료 후 호출)

Implementation

void hideContainer() {
  debugPrint('[BootpayWidgetController] hideContainer called');
  _widgetState?._containerElement?.remove();
  _widgetState?._containerElement = null;
}