addSubtitle method

JetNotifications addSubtitle(
  1. String subtitle
)

Add a subtitle to the push notification

Implementation

JetNotifications addSubtitle(String subtitle) {
  _subtitle = subtitle;
  return this;
}