fetch Config
Fetches flags from server. After successful fetch, call OnFetchCompleteListener.onSuccess. If error occurs while fetch, OnFetchCompleteListener.onError will be called with a message and the FetchError reason.
Parameters
listener
OnFetchCompleteListener object that receives callback when fetch performs.