(key: string)
| 64 | * @param key The parameter key in Remote Config |
| 65 | */ |
| 66 | export function useRemoteConfigAll(key: string): ObservableStatus<AllParameters> { |
| 67 | return useRemoteConfigValue_INTERNAL<AllParameters>(key, getAll); |
| 68 | } |
nothing calls this directly
no test coverage detected