SelphIdWidget class
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
-
createStandardConfiguration()
→ SelphIDConfiguration
-
-
launchSelphIDCapture({required String resourcesPath, required String license})
→ Future<Either<Exception, SelphIdResult>>
-
-
launchSelphIDCaptureWithConfiguration({required String resourcesPath, required String license, required SelphIDConfiguration configuration})
→ Future<Either<Exception, SelphIdResult>>
-
-
launchSelphIDTestCapture({required SelphIDOperation operationMode, required String resourcesPath, required String license, required String testImageName, required SelphIDTestType testType})
→ Future<Either<Exception, SelphIdResult>>
-
-
launchSelphIDTestCaptureWithConfiguration({required SelphIDOperation operationMode, required String resourcesPath, required String license, required SelphIDConfiguration configuration, required String testImageName, required SelphIDTestType testType})
→ Future<Either<Exception, SelphIdResult>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited