getChainId method

Future<int> getChainId()

Returns the chain ID this wallet is connected to.

Implementation

Future<int> getChainId() => _call<int>('getChainId');