Calling registerPlacement function to open a paywall results in a significant delay before the paywall is shown. This is negatively impacting the user experience, especially on first trigger.
The version I am using is ^2.1.0 and the function I have called is
final handler = PaywallPresentationHandler();
Superwall.shared.registerPlacement(
'campaign_trigger',
handler: handler,
);