### Steps to reproduce Create a Flutter app with: Alexa voice command (“Emergency Call”) → should redirect to CallerInterfacePage. Fall detection service → should monitor falls and, on detection: Play alarm sound. Show notification. On tapping notification → open FallDetectionPage. Run on real device: iPhone 13 Pro, iOS 17.1.2 Xcode 16.2, macOS 15.3.2 Behavior observed: Foreground: Both Alexa voice command and Fall Detection work correctly. Background / Terminated (kill state): Alexa voice command not detected. Fall Detection not triggering alarm/notification. ### Expected results Alexa voice command (“Emergency Call”) should trigger in all app states (foreground, background, terminated) and redirect correctly. Fall Detection should run in background/terminated state, play alarm, send actionable notification, and redirect user to FallDetectionPage. ### Actual results Works only in foreground. Background/terminated state events are not handled. ### Code sample <details open><summary>Code sample</summary> ```dart [Paste your code here] ``` </details> ### Screenshots or Video <details open> <summary>Screenshots / Video demonstration</summary> [Upload media here] </details> ### Logs <details open><summary>Logs</summary> ```console [Paste your logs here] ``` </details> ### Flutter Doctor output <details open><summary>Doctor output</summary> ```console [Paste your output here] ``` </details>