void initialize({required String apiUrl, required String apiKey}) { _apiUrl = apiUrl; _apiKey = apiKey; }