Close the Chat UI

Closes the Kustomer chat widget/UI.

Close the chat UI

Closes the Kustomer UI if it's open.

Kustomer.close()

Close the chat UI with optional completion block

The completion block is called after the KustomerOptions.onDismiss block.

Kustomer.close(animated: Bool = true, completion: (() -> Void)?)