FlutterWalletConnect class

Constructors

FlutterWalletConnect()
factory

Properties

account String?
getter/setter pair
apiUrl String
getter/setter pair
bal ↔ EtherAmount
getter/setter pair
blockchainFlavor BlockchainFlavor
getter/setter pair
chainId int
getter/setter pair
curStatus String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nonce int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusMessage String
getter/setter pair
walletConnect ↔ WalletConnect
getter/setter pair
walletListing WalletConnectRegistryListing
getter/setter pair

Methods

createWalletConnectSession(BuildContext context) Future<void>
getBalance() Future
initWalletConnect() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendToken(String toAddress, String amount) Future<String>
sendTransaction(String toAddress, String amount) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FlutterWalletConnect
final