Gets the name of the currently connected wallet.
@override String getReferer() { _checkInitialized(); return _web3App!.metadata.name.replaceAll(' ', ''); }