WalletConnectV2Platform class abstract

Inheritance
  • Object
  • PlatformInterface
  • WalletConnectV2Platform
Implementers

Constructors

WalletConnectV2Platform.new()
Constructs a WalletConnectV2Platform.

Properties

hashCode int
The hash code for this object.
no setterinherited
onEvent → dynamic
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

approve({required SessionApproval approval}) Future<void>
approveRequest({required String topic, required String requestId, required String result}) Future<void>
connect() Future<void>
createPair({required Map<String, ProposalNamespace> namespaces}) Future<String?>
disconnect() Future<void>
disconnectSession({required String topic}) Future<void>
getActivatedSessions() Future<List<Session>>
init({required String projectId, required AppMetadata appMetadata}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pair({required String uri}) Future<void>
reject({required String proposalId}) Future<void>
rejectRequest({required String topic, required String requestId}) Future<void>
sendRequest({required Request request}) Future<void>
toString() String
A string representation of this object.
inherited
updateSession({required SessionApproval updateApproval}) Future<void>

Operators

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

Static Properties

instance WalletConnectV2Platform
The default instance of WalletConnectV2Platform to use.
getter/setter pair