NotificationAudio constructor
const
NotificationAudio({
- NotificationSound? sound,
- bool silent = false,
- bool loop = false,
Implementation
const NotificationAudio({
this.sound,
this.silent = false,
this.loop = false,
}) : _custom = null;