Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MissingPluginException on Android when opening the app from a notification #21

Closed
Brandon-Wolff opened this issue Nov 9, 2023 · 0 comments

Comments

@Brandon-Wolff
Copy link
Contributor

The following exception occurs when launching the app from a notification received while the app is terminated:

TwilioConversationsPlugin.create => starting request in Dart
══╡ EXCEPTION CAUGHT BY TWILIOCLIENT ╞══════════════════════════════════════════════════════════════
The following _Exception was thrown MissingPluginException(No implementation found for method create
on channel flutter_twilio_conversations):
Exception: #0      MethodChannel._invokeMethod
(package:flutter/src/services/platform_channel.dart:308:7)
<asynchronous suspension>
#1      TwilioConversationsClient.create
(package:flutter_twilio_conversations/src/conversations_client.dart:78:26)
<asynchronous suspension>
#2      TwilioClient.initClient (package:carefeed_flutter/app/clients/twilio_client.dart:81:22)
<asynchronous suspension>
#3      main (package:carefeed_flutter/main.dart:92:3)
<asynchronous suspension>
════════════════════════════════════════════════════════════════════════════════════════════════════

The app has to be manually terminated and relaunched for the library to initialize properly again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants