Future<void> setHttpClientResult(String value) async { await _storage.write(key: _keyHttpClientResult, value: value); }