ably-flutter
ably-flutter copied to clipboard
error on Chrome: No implementation found for method resetAblyClients on channel io.ably.flutter.plugin
No issues when running on io/android, but when running on chrome, I got the error "MissingPluginException(No implementation found for method resetAblyClients on channel io.ably.flutter.plugin)"
Hey @ln613,
Thanks for reaching out. Unfortunately, the Ably Flutter SDK doesn't support the web target yet. As a workaround, you can try using the Ably JS SDK. Flutter has excellent interoperability with JavaScript; see this guide for more details.