SwitchNetwork constructor

SwitchNetwork({
  1. required String chainId,
})

Implementation

SwitchNetwork({
  required this.chainId,
}) : super(type: '@w3m-app/SWITCH_NETWORK');