addIndeterminate method

PushNotification addIndeterminate(
  1. bool indeterminate
)

Add indeterminate to the push notification

Implementation

PushNotification addIndeterminate(bool indeterminate) {
  _indeterminate = indeterminate;
  return this;
}