setDefaultChain abstract method
Sets the required namespaces that will be used when connecting to the wallet The default is set to the NamespaceConstants.ethereum namespace.
Implementation
void setDefaultChain({
required Map<String, RequiredNamespace> requiredNamespaces,
});