static Future<void> putAppEnvironmentValue(String key, String? value) { return _appMetrica.putAppEnvironmentValue(key, value); }