func show()

in eCommerce/Controllers/ProductsViewController.swift [194:198]


    func show(_ alert: UIAlertController, animated: Bool) {
        DispatchQueue.main.async {
            self.present(alert, animated: animated)
        }
    }