VerificationEvent 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
-
acceptSasVerification(
) → Future< bool> - Bob accepts the SAS verification
-
acceptVerificationRequest(
) → Future< bool> - Bob accepts the verification request from Alice
-
acceptVerificationRequestWithMethod(
String method) → Future< bool> - Bob accepts the verification request from Alice with specified method
-
cancelSasVerification(
) → Future< bool> - Bob cancels the SAS verification
-
cancelVerificationRequest(
) → Future< bool> - Bob cancels the verification request from Alice alternative of terminate_verification
-
confirmSasVerification(
) → Future< bool> - Alice says to Bob that SAS verification matches and vice versa
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
emojis(
) → FfiListVerificationEmoji - Get emoji array
-
eventType(
) → String - Get event type
-
flowId(
) → String - Get flow id (EventId or TransactionId)
-
getContent(
String key) → String? - Get content by field
-
getEmojis(
) → Future< FfiListVerificationEmoji> - Get emoji array
-
mismatchSasVerification(
) → Future< bool> - Alice says to Bob that SAS verification doesn’t match and vice versa
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sender(
) → String - Get user id of event sender
-
startSasVerification(
) → Future< bool> - Alice starts the SAS verification
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited