type property

String type

The application verifier type. For a reCAPTCHA verifier, this is 'recaptcha'.

Implementation

String get type {
  throw UnimplementedError('type is not implemented');
}