instance property
RecaptchaHandler
get
instance
Returns an instance using the default Env
.
Implementation
static RecaptchaHandler get instance => _instance ??= RecaptchaHandler._();
Returns an instance using the default Env
.
static RecaptchaHandler get instance => _instance ??= RecaptchaHandler._();