instance property

HttpHelper instance

Gets the instance

Implementation

static HttpHelper get instance => _instance ??= HttpHelper.internal();
  1. @visibleForTesting
void instance=(HttpHelper value)

Implementation

@visibleForTesting
static set instance(HttpHelper value) => _instance = value;