addSubtitle method
Add a subtitle to the push notification
Implementation
JetNotifications addSubtitle(String subtitle) {
_subtitle = subtitle;
return this;
}
Add a subtitle to the push notification
JetNotifications addSubtitle(String subtitle) {
_subtitle = subtitle;
return this;
}