instance property

RecaptchaHandler get instance

Returns an instance using the default Env.

Implementation

static RecaptchaHandler get instance {
  _instance ??= RecaptchaHandler._();
  return _instance!;
}