google_sign_in_ios uses the following deprecated APIs and will need to migrate to the scene equivalent: * [application:openURL:options:](https://github.com/flutter/packages/blob/65b4fba269a0f2bd8cc02e3c0fd0f8a53802655a/packages/google_sign_in/google_sign_in_ios/darwin/google_sign_in_ios/Sources/google_sign_in_ios/FLTGoogleSignInPlugin.m#L145-L147) → [scene:openURLContexts:](https://developer.apple.com/documentation/uikit/uiscenedelegate/scene(_:openurlcontexts:)) * [[UIApplication sharedApplication].keyWindow](https://github.com/flutter/packages/blob/65b4fba269a0f2bd8cc02e3c0fd0f8a53802655a/packages/google_sign_in/google_sign_in_ios/darwin/google_sign_in_ios/Sources/google_sign_in_ios/FLTGoogleSignInPlugin.m#L384-L385) → `self.pluginRegistrar.view.window.windowScene.keyWindow` ## Prerequisites * https://github.com/flutter/flutter/issues/174398 * https://github.com/flutter/flutter/issues/104117
google_sign_in_ios uses the following deprecated APIs and will need to migrate to the scene equivalent:
self.pluginRegistrar.view.window.windowScene.keyWindowPrerequisites