instance property
HttpHelper
get
instance
Gets the instance
Implementation
static HttpHelper get instance => _instance ??= HttpHelper.internal();
Implementation
@visibleForTesting
static set instance(HttpHelper value) => _instance = value;