addShortcutId method

PushNotification addShortcutId(
  1. String shortcutId
)

Add shortcut id to the push notification

Implementation

PushNotification addShortcutId(String shortcutId) {
  _shortcutId = shortcutId;
  return this;
}