Future<void> setCurrency(String currency) async { return await _appSettingsHiveRepository.box.put('currency', currency); }