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 Properties

onCanceled Stream<InquiryCanceled>
Called when the individual cancels the inquiry.
no setter
onComplete Stream<InquiryComplete>
Called on a completed inquiry.
no setter
onError Stream<InquiryError>
Called when there is a problem during the Inquiry flow.
no setter

Static Methods

init({required InquiryConfiguration configuration}) Future<void>
Creates a new Inquiry based on a InquiryConfiguration
start() 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.