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