Future<void> setAllowTracking(bool allow) async { allowTracking = true; await pref.saveBool(allow, SaveKey.allowTracking); }