getMechanism method

PushMechanism? getMechanism()

Gets the mechanism object associated with the notification.

Implementation

PushMechanism? getMechanism() {
  return _pushMechanism;
}