getChainId method

Future<int> getChainId()

Implementation

Future<int> getChainId() async => int.parse(await send('klay_chainId'));