EventHandler callback should not return a promise, because using await may postpone closing a paywall view.
await
We don't want to block the UI thread.
EventHandler callback should not return a promise, because using
await
may postpone closing a paywall view.We don't want to block the UI thread.