setClickAction method
Sets the android.notification.click_action field.
clickActionA string to be used for theandroid.notification.click_actionfield value, or null to clear it.
Returns this MpnBuilder object, for fluent use.
Implementation
FirebaseMpnBuilder setClickAction(String? clickAction) {
_clickAction = clickAction;
return this;
}