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