PhantomService class

Implemented types

Constructors

PhantomService.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
onPhantomConnect Event<PhantomConnectEvent>
getter/setter pairoverride-getter
onPhantomError Event<PhantomErrorEvent>
getter/setter pairoverride-getter
onPhantomResponse Event<PhantomResponseEvent>
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

completePhantomRequest({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