instance property

Implementation

static FlutterRecaptchaEnterprisePlatform get instance => _instance;
set instance (FlutterRecaptchaEnterprisePlatform instance)

Implementation

static set instance(FlutterRecaptchaEnterprisePlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}