instance property

HttpHelper get instance

Gets the instance

Implementation

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

Implementation

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