setMechanism method
Sets the mechanism object associated with the notification.
Implementation
void setMechanism(PushMechanism? mechanism) {
_pushMechanism = mechanism;
}
Sets the mechanism object associated with the notification.
void setMechanism(PushMechanism? mechanism) {
_pushMechanism = mechanism;
}