PersonaInquiry class

Constructors

PersonaInquiry()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

onCancelled(InquiryCancelledCallback listener) → void
Called when the individual cancels the inquiry.
onError(InquiryErrorCallback listener) → void
Called when there is a problem during the Inquiry flow.
onFailed(InquiryFailedCallback listener) → void
Called when the invidual fails the inquiry.
onSuccess(InquirySuccessCallback listener) → void
Called on a successful inquiry.
start({required InquiryConfiguration configuration}) Future<void>
This starts the Inquiry flow and takes control of the user interface. Once the flow completes, the control of the user interface is returned to the app and the appropriate callbacks are called.