AbstractDidcommMessageHandler class abstract

Abstract class for handling DidComm messages

Implementers

Properties

connectionDid String?
getter/setter pair
credentialDid String?
getter/setter pair
extraParams Map<String, dynamic>
getter/setter pair
force bool
no setter
hashCode int
The hash code for this object.
no setterinherited
needsConnectionDid bool
no setter
needsCredentialDid bool
no setter
needsReplyTo bool
no setter
needsWallet bool
no setter
replyTo List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedTypes List<String>
no setter
wallet WalletStore?
getter/setter pair

Methods

execute(DidcommMessage message) Future<DidcommMessage?>
handle(DidcommMessage message) Future<DidcommMessage?>
Actual handling method. variables can be expected to be non-null as configured
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