integration_test uses the following deprecated APIs and will need to migrate to the scene equivalent: * [[UIScreen mainScreen]](https://github.com/flutter/flutter/blob/3ceb2e0a48cefa9714b6575f2e04d55f0d850e36/packages/integration_test/ios/integration_test/Sources/integration_test/IntegrationTestPlugin.m#L85) → `self.pluginRegistrar.view.window.windowScene.screen` * [[UIApplication sharedApplication].windows](https://github.com/flutter/flutter/blob/3ceb2e0a48cefa9714b6575f2e04d55f0d850e36/packages/integration_test/ios/integration_test/Sources/integration_test/IntegrationTestPlugin.m#L82) → `self.pluginRegistrar.viewController.view.window.windowScene.windows` ## Prerequisites * https://github.com/flutter/flutter/issues/104117
integration_test uses the following deprecated APIs and will need to migrate to the scene equivalent:
self.pluginRegistrar.view.window.windowScene.screenself.pluginRegistrar.viewController.view.window.windowScene.windowsPrerequisites