clickedUrl property
String?
clickedUrl
getter/setter pair
URL associated with the click:
- Button click → the tapped button's link, or
null when it has no link.
- Body click → the notification body's url, or
null when none is set.
A button click with no link returns null, not the body's url.
Implementation
String? clickedUrl;