Specific Platform: Android
twilio_voice: ^0.3.2+2
We are facing a MissingPluginException when handling Twilio Voice calls.
Error:
MissingPluginException(No implementation found for method show-notifications on channel twilio_voice/messages)
This occurs when:
- App is in background or killed
- Incoming call is received
- Or call is initiated via phone dialer → selecting app
The Flutter method channel tries to invoke "show-notifications"
but native Android implementation is not registered or available.