Issue Summary
Steps to Reproduce
- Create a Flutter app with the following dependencies: flutter_local_notifications: ^19.4.0
twilio_voice: ^0.3.2
- Configure flutter_local_notifications to display a local notification on button tap.
- Run the app on a physical iOS device.
- Tap the button to trigger a notification.
Expected Behavior:
A local notification should be shown while the app is in the foreground.
Actual Behavior:
No notification is displayed when twilio_voice is present. Removing twilio_voice from pubspec.yaml restores expected notification behavior.