MethodChannelReadID class
An implementation of ReadidPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- ReadIDPlatform
- MethodChannelReadID
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
commitSession(
{required String sessionId}) → Future< ReadIDSession?> -
override
-
finish(
{required String sessionId}) → Future< FinishResult> -
override
-
getDeviceNFCLocation(
{required ReadIDFlow flow}) → Future< DeviceNFCLocation> -
override
-
getDocumentNFCLocation(
{required ReadIDFlow flow}) → Future< DocumentNFCLocation> -
override
-
getNFCChipSupport(
{required ReadIDFlow flow}) → Future< NFCChipSupport> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
releaseSession(
{required String sessionId}) → Future< bool> -
override
-
resumeReadID(
) → Future< ReadIDResult> -
override
-
retrieveIProovToken(
{required String sessionId}) → Future< IProovResult< RetrieveIProovVerifyTokenResponse> > -
override
-
startReadID(
{required ReadIDFlow flow}) → Future< ReadIDResult> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
validateIProovToken(
{required String sessionId, required String token}) → Future< ValidateIProovVerifyTokenResponse> -
override
-
verifyOnfido(
{required String sessionId}) → Future< VerifyOnfidoResponse> -
override
-
verifyVeriff(
{required String sessionId, String? submissionId}) → Future< VerifyVeriffResponse> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited