getNotificationSound static method

bool getNotificationSound()

Implementation

static bool getNotificationSound() =>
    _preferences.getBool("$prefix${Constants.package}notification_sound") ??
    true;