NotificationSoundRingtone constructor

const NotificationSoundRingtone({
  1. required int id,
})

Notification Sound Ringtone constructor.

Implementation

const NotificationSoundRingtone({required this.id}) : super._();