local_auth_darwin uses the following deprecated APIs and will need to migrate to the scene equivalent: * [applicationDidBecomeActive](https://github.com/flutter/packages/blob/65b4fba269a0f2bd8cc02e3c0fd0f8a53802655a/packages/local_auth/local_auth_darwin/darwin/local_auth_darwin/Sources/local_auth_darwin/LocalAuthPlugin.swift#L411-L418) → [sceneDidBecomeActive](https://developer.apple.com/documentation/uikit/uiscenedelegate/scenedidbecomeactive(_:)) * ~[UIApplication.shared.delegate?.window??.rootViewController](https://github.com/flutter/packages/blob/65b4fba269a0f2bd8cc02e3c0fd0f8a53802655a/packages/local_auth/local_auth_darwin/darwin/local_auth_darwin/Sources/local_auth_darwin/LocalAuthPlugin.swift#L267) → `self.pluginRegistrar.view.window.rootViewController`~ [This codepath has been removed entirely] ## Prerequisites * https://github.com/flutter/flutter/issues/174398 * https://github.com/flutter/flutter/issues/104117
local_auth_darwin uses the following deprecated APIs and will need to migrate to the scene equivalent:
applicationDidBecomeActive → sceneDidBecomeActive
UIApplication.shared.delegate?.window??.rootViewController →[This codepath has been removed entirely]self.pluginRegistrar.view.window.rootViewControllerPrerequisites