WalletDialogService class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme WalletDialogTheme
no setter

Methods

configureTheme(WalletDialogTheme theme) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showAddNetwork(BuildContext context, {required NetworkConfig network}) Future<bool?>
showConnectWallet(BuildContext context, {required String address, required InAppWebViewController ctrl, required String appName}) Future<bool?>
showSignMessage(BuildContext context, {required String message, required String address, required InAppWebViewController ctrl}) Future<bool?>
showSwitchNetwork(BuildContext context, {required NetworkConfig chain}) Future<bool?>
showTransactionConfirm(BuildContext context, {required Map<String, dynamic> txParams, required InAppWebViewController ctrl}) Future<bool?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance WalletDialogService
final