getMechanism method
Gets the mechanism object associated with the notification.
Implementation
PushMechanism? getMechanism() {
return _pushMechanism;
}
Gets the mechanism object associated with the notification.
PushMechanism? getMechanism() {
return _pushMechanism;
}