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