addTicker method

PushNotification addTicker(
  1. String ticker
)

Add ticker to the push notification

Implementation

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