LiveActivityClick constructor

const LiveActivityClick({
  1. required String liveNotificationId,
  2. String? deepLink,
  3. int actionIndex = -1,
})

Implementation

const LiveActivityClick({
  required this.liveNotificationId,
  this.deepLink,
  this.actionIndex = -1,
});