getPushAction method
Returns the push action as a typed NetmeraPushAction.
Implementation
NetmeraPushAction? getPushAction() =>
_action != null ? NetmeraPushAction.fromJson(_action) : null;
Returns the push action as a typed NetmeraPushAction.
NetmeraPushAction? getPushAction() =>
_action != null ? NetmeraPushAction.fromJson(_action) : null;