Close the chat 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)?)