SolflareService class

Implemented types

Constructors

SolflareService.new({required PairingMetadata metadata, required IReownCore core})

Properties

dappPublicKey Future<String>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isInstalled bool
no setteroverride
onSolflareConnect Event<SolflareConnectEvent>
getter/setter pairoverride-getter
onSolflareError Event<SolflareErrorEvent>
getter/setter pairoverride-getter
onSolflareResponse Event<SolflareResponseEvent>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
walletMetadata ConnectionMetadata
no setteroverride
walletPublicKey Future<String>
no setteroverride
walletSupportedMethods List<String>
no setteroverride

Methods

completeSolflareRequest({required String url}) → void
override
connect({String? chainId}) Future<void>
override
disconnect() Future<void>
override
init() Future<void>
override
isConnected() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request({required String chainId, required SessionRequestParams request}) Future
override
toString() String
A string representation of this object.
inherited

Operators

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