NotificationCommand constructor
const
NotificationCommand({
- NotificationLEDParams? led,
- NotificationBeepParams? beep,
- NotificationVibrateParams? vibrate,
Implementation
const NotificationCommand({this.led, this.beep, this.vibrate});