ReadIDPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ReadIDPlatform
Implementers

Constructors

ReadIDPlatform()
Constructs a ReadIDPlatform.

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

commitSession({required String sessionId}) Future<ReadIDSession?>
finish({required String sessionId}) Future<FinishResult>
getDeviceNFCLocation({required ReadIDFlow flow}) Future<DeviceNFCLocation>
getDocumentNFCLocation({required ReadIDFlow flow}) Future<DocumentNFCLocation>
getNFCChipSupport({required ReadIDFlow flow}) Future<NFCChipSupport>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
releaseSession({required String sessionId}) Future<bool>
resumeReadID() Future<ReadIDResult>
retrieveIProovToken({required String sessionId}) Future<IProovResult<RetrieveIProovVerifyTokenResponse>>
startReadID({required ReadIDFlow flow}) Future<ReadIDResult>
toString() String
A string representation of this object.
inherited
validateIProovToken({required String sessionId, required String token}) Future<ValidateIProovVerifyTokenResponse>
verifyOnfido({required String sessionId}) Future<VerifyOnfidoResponse>
verifyVeriff({required String sessionId, String? submissionId}) Future<VerifyVeriffResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance ReadIDPlatform
The default instance of ReadidPlatform to use.
getter/setter pair