LiveActivityAlert constructor

const LiveActivityAlert({
  1. required String title,
  2. String? body,
  3. bool playSound = true,
})

Implementation

const LiveActivityAlert({required this.title, this.body, this.playSound = true});