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 am testing an implementation of chromecast using https://github.com/terrabythia/dart_chromecast, that uses this package as a dependency. While everything seems to work, our Sentry is plagued with this error:
NoSuchMethodError
NoSuchMethodError: The method 'call' was called on null.
Receiver: null
Tried calling: call()
coming from
flutter_mdns_plugin.dart in new FlutterMdnsPlugin.<fn> at line 112 within flutter_mdns_plugin
Called from: zone.dart in _rootRunUnary
Any idea of how to debug or fix this?
The text was updated successfully, but these errors were encountered:
Hi!
I am testing an implementation of chromecast using https://github.com/terrabythia/dart_chromecast, that uses this package as a dependency. While everything seems to work, our Sentry is plagued with this error:
coming from
Any idea of how to debug or fix this?
The text was updated successfully, but these errors were encountered: