I just used the the GoogleSignIn package and have this line in my service file:
let user = try await GIDSignIn.sharedInstance.signIn(with: config, presenting: ApplicationUtility.rootViewController)
But when I updated my dependencies, it returns void. When I check the docs I can only find that the line now only returns a completionhandler like before Async/Await. Is Async/Await removed from the package when signing in with google, or is it something in the docs that I'm missing?