ISolflareService class abstract

Implemented types
Implementers

Constructors

ISolflareService.new()

Properties

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

Methods

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

Operators

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