verifyExtends static method

void verifyExtends(
  1. RecaptchaVerifierFactoryPlatform instance
)

Ensures that a delegate class extends RecaptchaVerifierFactoryPlatform.

Implementation

static void verifyExtends(RecaptchaVerifierFactoryPlatform instance) {
  PlatformInterface.verify(instance, _token);
}