removePaymentWindow method

void removePaymentWindow()

Implementation

void removePaymentWindow() {
  setState(() {
    this.isClosed = true;
  });

  widget.removePaymentWindow();
}