supportedMethods constant

List<String> const supportedMethods

Implementation

static const supportedMethods = [
  'personal_sign',
  'eth_sign',
  'eth_sendTransaction',
  'eth_signTypedData_v4',
  'wallet_switchEthereumChain',
  'wallet_addEthereumChain',
];