getVibrateToggle static method

Future<bool> getVibrateToggle()

Implementation

static Future<bool> getVibrateToggle() async {
  return await PreferenceUtils.getBool(vibrateToggle, true);
}