Grabbing Group Channel By URL With SendbirdChat and SwiftUI

I am trying to create a UIViewControllerRepresentable class that will create a GroupChannelViewController for my SwiftUI project. I do not want to have the Channel List in my project, but instead I just want to be able to access the specified channel through an already supplied channel URL, and connect that way. In my UIViewControllerRepresentable class, I am trying to create a new GroupChannelViewController inside the makeUIViewController method using the referenced method linked below. This comes with a major problem though, since the referenced link mentions a getChannel() method that has an async void response. How am I able to get that GroupChannel Object so that I can actually use the returned channel object for the initialization of the GroupChannelViewController? I already checked your github projects and those dont include any references to this

Retrieving channel by URL link :