CrossSigningState class

Constructors

CrossSigningState()

Properties

flowId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isVerifier bool
getter/setter pair
keysExchanged bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(dynamic context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onFlowFinished(dynamic context) → void
onRequestCancelled(dynamic event) → void
onRequestCreated(dynamic event) → void
onRequestDone(dynamic event) → void
onRequestReady(dynamic event) → void
onRequestRequested(dynamic event) → void
onRequestTransitioned(dynamic event) → void
onSasAccepted(dynamic event) → void
onSasCancelled(dynamic event) → void
onSasConfirmed(dynamic event) → void
onSasDone(dynamic event) → void
onSasKeysExchanged(dynamic event) → void
onSasStarted(dynamic event) → void
onStateChange(dynamic prev, dynamic next) → void
onVerificationInit() → void
onVerificationReady(dynamic event) → void
onVerificationRequest(dynamic event) → void
toString() String
A string representation of this object.
inherited

Operators

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