addInterruptionLevel method
Add interruption level to the push notification
Implementation
PushNotification addInterruptionLevel(InterruptionLevel interruptionLevel) {
_interruptionLevel = interruptionLevel;
return this;
}
Add interruption level to the push notification
PushNotification addInterruptionLevel(InterruptionLevel interruptionLevel) {
_interruptionLevel = interruptionLevel;
return this;
}