addAutoCancel method
Add auto cancel to the push notification
Implementation
PushNotification addAutoCancel(bool autoCancel) {
_autoCancel = autoCancel;
return this;
}
Add auto cancel to the push notification
PushNotification addAutoCancel(bool autoCancel) {
_autoCancel = autoCancel;
return this;
}