switchAccount property
set
switchAccount
(Signer newSigner)
Switches the signer.
Implementation
set switchAccount(Signer newSigner) {
signer = newSigner;
}
Switches the signer.
set switchAccount(Signer newSigner) {
signer = newSigner;
}