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