GrecaptchaPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- GrecaptchaPlatform
- Implementers
Constructors
- GrecaptchaPlatform.new()
- Constructs a GrecaptchaPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isAvailable
→ Future<
bool> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getPlatformVersion(
) → Future< String?> -
googlePlayServicesAvailability(
) → Future< GooglePlayServicesAvailability?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
verifyWithRecaptcha(
String siteKey) → Future< String>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ GrecaptchaPlatform
-
The default instance of GrecaptchaPlatform to use.
getter/setter pair