Future<void> setKioskMode(String accountID) async { return await _appSettingsHiveRepository.box.put('kioskMode', accountID); }