getClickAction method
Gets the value of android.notification.click_action
field.
Returns the value of android.notification.click_action
field, or null if absent.
Implementation
String? getClickAction() {
return _clickAction;
}
Gets the value of android.notification.click_action
field.
Returns the value of android.notification.click_action
field, or null if absent.
String? getClickAction() {
return _clickAction;
}