Network class

Constructors

Network()

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

docFrontVerify(dynamic file, dynamic type) Future<IdCheckModel>
ml api
faceVerify(dynamic img, dynamic front) Future<bool>
/faceVerify ml api
getCountries() Future
getDocTypes(dynamic context) Future
getKcSteps(dynamic context) Future<List<StepModel>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitData(dynamic idNo, dynamic frontFile, dynamic backFile, String docType) Future<SubmitIdResponse>
return token
submitFaceVerify(dynamic image, dynamic matchPercentage) Future<SubmitResponse>
submit/faceVerify token retun
submitKyc() Future
Submit kyc
submitLiveliness(dynamic imageList) Future<SubmitResponse>
submit/liveliness token return
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

otpVerify(dynamic otp, dynamic token) Future<bool>