delegate property

  1. @protected
RecaptchaVerifierFactoryPlatform delegate

Returns the underlying factory delegate instance.

Implementation

@protected
RecaptchaVerifierFactoryPlatform get delegate {
  return _delegate;
}