AttExplainerPresenter typedef
AttExplainerPresenter =
Future<void> Function(AttExplainerContent content)
Presents the ATT priming screen; completes when the primer is dismissed
(Apple's system prompt always follows). Mirrors RewardedIntroPresenter.
Implementation
typedef AttExplainerPresenter =
Future<void> Function(AttExplainerContent content);