You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using flutter_local_notification dependency for notification reply. When action for reply option is clicked I get this error: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Duplicate plugin key: twilio_voice'. I'm also using twillo_voice lib. My AppDelegate.swift looks like this. The exception is thrown in line 18.
The text was updated successfully, but these errors were encountered:
I'm using
flutter_local_notification
dependency for notification reply. When action for reply option is clicked I get this error:Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Duplicate plugin key: twilio_voice'
. I'm also using twillo_voice lib. My AppDelegate.swift looks like this. The exception is thrown in line 18.The text was updated successfully, but these errors were encountered: