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
Exception has occurred.
NoSuchMethodError (NoSuchMethodError: The method 'pop' was called on null.
Receiver: null
Tried calling: pop(Closure: () => Null))
The text was updated successfully, but these errors were encountered:
EasyHub.showHub();
awaitdoSomethings(); // sometimes this call finishs in current run loop without "wait"awaitEasyHub.dismiss();
The reason why I need to call EasyHub.dismiss() immediately after EasyHub.showHub() is that sometimes the doSomethings() return very fast in current run loop.
Demo code
Crash:
The text was updated successfully, but these errors were encountered: