flutter_zendesk_messaging
flutter_zendesk_messaging copied to clipboard
MissingPluginException(No implementation found for method show on channel zendesk_messaging)}
ZendeskMessaging - show - Error: MissingPluginException(No implementation found for method show on channel zendesk_messaging)}
I get this error when i call ZendeskMessaging.show();
This error usually happens when you add a plugin that has some native implementation while running your app in debug mode. This can be solved by killing your app and running it again, thus allowing for the native methods to be registered during the build process.
Sorry but how can I do this? "allowing for the native methods to be registered during the build process"
I will close the issue. If you meet this issue again please re-open or create a new issue. Thank u.