setDefaultChain abstract method

void setDefaultChain({
  1. required Map<String, RequiredNamespace> requiredNamespaces,
})

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,
});