ReownAppKitModalSession class

Session object of the modal when connected

Available extensions

Constructors

ReownAppKitModalSession({SessionData? sessionData, CoinbaseData? coinbaseData, MagicData? magicData, SIWESession? siweSession})
ReownAppKitModalSession.fromMap(Map<String, dynamic> map)
USED TO READ THE SESSION FROM LOCAL STORAGE
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionService ReownAppKitModalConnector
Indicates the connected service
no setter

Methods

copyWith({SessionData? sessionData, CoinbaseData? coinbaseData, MagicData? magicData, SIWESession? siweSession}) ReownAppKitModalSession
getAccounts({String? namespace}) List<String>?
getApprovedChains({String? namespace}) List<String>?
getApprovedEvents({String? namespace}) List<String>?
getApprovedMethods({String? namespace}) List<String>?
getSessionRedirect() Redirect?
hasSwitchMethod() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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