Check whether there's a signer connected with the SDK.
Call this method to check if a signer (e.g. a wallet) is connected to the SDK.
var data = await sdk.Wallet.IsConnected();
Returns true if a signer is connected, false if not.
true
false
bool