feat(mobile): haptic feedback setting (#8723)

* feat(mobile): haptic feedback testing

* linting
This commit is contained in:
Alex
2024-04-15 07:50:47 +02:00
committed by GitHub
parent 85df3f1e99
commit 3c7f70ec30
16 changed files with 136 additions and 29 deletions

View File

@@ -58,6 +58,7 @@ enum AppSettingsEnum<T> {
null,
false,
),
enableHapticFeedback<bool>(StoreKey.enableHapticFeedback, null, true),
;
const AppSettingsEnum(this.storeKey, this.hiveKey, this.defaultValue);