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
When this onClick event gets triggered, my app is getting the following error.
Error: unhandled exception: cannot dispatch; dispatcher is nil
When trying to research this issue, there were hints pointing at it being a problem with incorrect method implementations or at least related to objects.
The text was updated successfully, but these errors were encountered:
Oh right. What I said above only applies for a native button. You can use your own button based on the type Button. Then your code is responsible for drawing the widget.
When this
onClick
event gets triggered, my app is getting the following error.When trying to research this issue, there were hints pointing at it being a problem with incorrect
method
implementations or at least related to objects.The text was updated successfully, but these errors were encountered: