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