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