BlusaltDocumentVerificationWeb class
A web implementation of the BlusaltDocumentVerificationPlatform of the IdentityVerification plugin.
- Inheritance
-
- Object
- PlatformInterface
- BlusaltDocumentVerificationPlatform
- BlusaltDocumentVerificationWeb
Constructors
- BlusaltDocumentVerificationWeb.new()
- Constructs a IdentityVerificationWeb
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
initializeSDK(
String clientID, String appName, String apiKey, bool isDev) → Future< bool> -
Initializes the SDK
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startSDK(
BlusaltIdentityType type) → Future< BlusaltIdentityResultResponse> -
Returns a BlusaltIdentityResultResponse
override
-
startSDKWithCustomSelector(
List< BlusaltIdentityType> type) → Future<BlusaltIdentityResultResponse> -
Returns a BlusaltIdentityResultResponse
override
-
startSDKWithIdNumber(
BlusaltIdentityType type, String idNumber) → Future< BlusaltIdentityResultResponse> -
Returns a BlusaltIdentityResultResponse
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void