Gets the connected in-app wallet email if any.
string email = await sdk.Wallet.GetEmail();
Returns the email string of the connected in-app wallet if any, otherwise returns an empty string.
string