removeAll

suspend fun removeAll()

Removes all signers.

Clears all keypair signers from memory, disconnects all external wallets, and removes all persisted wallet connections from storage.

Example:

manager.removeAll()
println("All signers removed")