getReferer method
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
@override
String getReferer() {
_checkInitialized();
return _web3App!.metadata.name.replaceAll(' ', '');
}