onLinkTap property
Callback for handling link taps from banner content (buttons, images, menu items). The app is responsible for navigating to the URL — this avoids double-push issues that occur when deep links go through the OS.
Implementation
final void Function(String url) onLinkTap;