selectChain abstract method
Sets the selectedChain
If the wallet is already connected, it will request the chain to be changed and will update the session with the new chain.
If chainInfo is null this will disconnect the wallet.
Implementation
Future<void> selectChain(
  ReownAppKitModalNetworkInfo? chainInfo, {
  bool switchChain = false,
});