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