ably-flutter icon indicating copy to clipboard operation
ably-flutter copied to clipboard

error on Chrome: No implementation found for method resetAblyClients on channel io.ably.flutter.plugin

Open ln613 opened this issue 1 year ago • 1 comments

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)"

┆Issue is synchronized with this Jira Task by Unito

ln613 avatar Aug 18 '24 19:08 ln613

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.

ttypic avatar Aug 19 '24 09:08 ttypic