func endEditing()

in Sources/AmplifyMapLibreUI/SupportingViews/AMLSearchBar.swift [218:225]


    func endEditing() {
        UIApplication.shared.sendAction(
            #selector(UIResponder.resignFirstResponder),
            to: nil,
            from: nil,
            for: nil
        )
    }