getReferer abstract method

String getReferer()

Sets the required namespaces that will be used when connecting to the wallet The default is set to the NamespaceConstants.ethereum namespace. Gets the name of the currently connected wallet.

Implementation

// void setRequiredNamespaces(
//   Map<String, RequiredNamespace> requiredNamespaces,
// );

// /// Sets the recommended wallets to display in the modal.
// void setRecommendedWallets(
//   Set<String> walletIds,
// );

// /// Sets the list of wallets to exclude from the modal.
// void setExcludedWallets(
//   ExcludedWalletState state,
//   Set<String> walletIds,
// );

/// Gets the name of the currently connected wallet.
String getReferer();