JSNotificationAction.simpleWithIcon constructor

JSNotificationAction.simpleWithIcon(
  1. String title,
  2. String icon
)

Implementation

factory JSNotificationAction.simpleWithIcon(String title, String icon) =>
    JSNotificationAction(action: title, title: title, icon: icon);