addIndeterminate method
Add indeterminate to the push notification
Implementation
PushNotification addIndeterminate(bool indeterminate) {
_indeterminate = indeterminate;
return this;
}
Add indeterminate to the push notification
PushNotification addIndeterminate(bool indeterminate) {
_indeterminate = indeterminate;
return this;
}