addShortcutId method
Add shortcut id to the push notification
Implementation
PushNotification addShortcutId(String shortcutId) {
_shortcutId = shortcutId;
return this;
}
Add shortcut id to the push notification
PushNotification addShortcutId(String shortcutId) {
_shortcutId = shortcutId;
return this;
}