setMechanism method

void setMechanism(
  1. PushMechanism? mechanism
)

Sets the mechanism object associated with the notification.

Implementation

void setMechanism(PushMechanism? mechanism) {
  _pushMechanism = mechanism;
}