isHapticsEnabled method

  1. @override
bool isHapticsEnabled()

Implementation

@override
bool isHapticsEnabled() {
  final canShow = prefs.getBool(PreferenceKeys().hapticsEnabled);
  return canShow ?? true;
}