addTicker method

JetNotifications addTicker(
  1. String ticker
)

Add ticker to the push notification

Implementation

JetNotifications addTicker(String ticker) {
  _ticker = ticker;
  return this;
}