addSubtitle method
Sets the subtitle for the notification.
Implementation
LocalNotification addSubtitle(String subtitle) {
_subtitle = subtitle;
return this;
}
Sets the subtitle for the notification.
LocalNotification addSubtitle(String subtitle) {
_subtitle = subtitle;
return this;
}