switchChain abstract method

Future<void> switchChain(
  1. String chain
)

Switches the wallet to chain. Called by the hosted page when the user changes chain in the UI.

Implementation

Future<void> switchChain(String chain);