Disconnects from the hardware wallet.
@override Future<void> disconnect() async { await _client.disconnect(); _account = null; }