hasPushMechanism method
Returns true if a PushMechanism is associated with this account.
Implementation
bool hasPushMechanism() {
return getPushMechanism() != null ? true : false;
}
Returns true if a PushMechanism is associated with this account.
bool hasPushMechanism() {
return getPushMechanism() != null ? true : false;
}