displayNotificationSoundPreference property

bool displayNotificationSoundPreference

Implementation

bool get displayNotificationSoundPreference =>
    _displayNotificationSoundPreference.value;
void displayNotificationSoundPreference=(dynamic value)

Implementation

set displayNotificationSoundPreference(value) =>
    _displayNotificationSoundPreference.value = value;