addTicker method
Add ticker to the push notification
Implementation
PushNotification addTicker(String ticker) {
_ticker = ticker;
return this;
}
Add ticker to the push notification
PushNotification addTicker(String ticker) {
_ticker = ticker;
return this;
}