MethodChannelWalletConnectV2 class

An implementation of WalletConnectV2Platform that uses method channels.

Inheritance

Properties

eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
onEvent Stream
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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