EthereumProvider class
Constructors
- EthereumProvider()
-
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
Methods
-
dispose(
) → void -
getAddressFromPrivateKey(
String privateKey) → dynamic -
getProviderScript(
) → String -
handleRequest(
String method, List? params) → Future -
initialize(
{required NetworkConfig defaultNetwork, required String privateKey, required EIP6963ProviderInfo providerInfo, List< NetworkConfig> additionalNetworks = const [], WalletDialogTheme? theme}) → Future<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setContext(
BuildContext context) → void -
setWebViewController(
InAppWebViewController controller) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited