Decouples global hook management from OpenFeatureAPI, mirroring the design pattern established by GlobalContextManager. This allows ClientAPI to access global hooks during flag evaluation without introducing a circular dependency between :client_api and :openfeature_api in Bazel.
Decouples global hook management from
OpenFeatureAPI, mirroring the design pattern established byGlobalContextManager. This allowsClientAPIto access global hooks during flag evaluation without introducing a circular dependency between:client_apiand:openfeature_apiin Bazel.