Orange-Wallet / wallet-connect-dart

Wallet Connect client in Dart.
https://pub.dev/packages/wallet_connect
BSD 3-Clause "New" or "Revised" License
115 stars 77 forks source link

[WCClient] Expose _isConnected through getter #4

Closed AyushBherwani1998 closed 2 years ago

AyushBherwani1998 commented 2 years ago

Description

When connecting multiple sessions through WC and caching the connected sessions list, it's important for us to know whether the WCClient is already connected or not, so we can restore the session or initiate a connection.