Future setApiKey(String apiKey) async { IvivaAccount().apiKey = apiKey; return await _authHiveRepository.box.put('apiKey', apiKey); }