updateVibrateToggle static method
Implementation
static void updateVibrateToggle(bool mode) async {
PreferenceUtils.saveBool(vibrateToggle, mode);
_updateStatusBarNotificationConfigInternal('vibrate', mode);
}
static void updateVibrateToggle(bool mode) async {
PreferenceUtils.saveBool(vibrateToggle, mode);
_updateStatusBarNotificationConfigInternal('vibrate', mode);
}